glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +46 -0
- data/Rakefile +1 -0
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbglib_iochannel.c +15 -6
- data/ext/glib2/rbgobj_signal.c +1 -1
- data/ext/glib2/rbgobject.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +3 -2
- data/lib/mkmf-gnome2.rb +47 -23
- data/test/glib-test-init.rb +1 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +3 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
- data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
- data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
- data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/lib/gio-2.0.def +142 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +21 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +3 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
- data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
- data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
- data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
- data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
- data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
- metadata +78 -146
- data/ext/glib2/Makefile +0 -169
- data/ext/glib2/glib-enum-types.c +0 -1065
- data/ext/glib2/glib-enum-types.h +0 -144
- data/ext/glib2/ruby-glib2.pc +0 -3
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/History.txt +0 -279
- data/test-unit/Manifest.txt +0 -110
- data/test-unit/PSFL +0 -271
- data/test-unit/README.txt +0 -75
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -285
- data/test-unit/html/index.html.ja +0 -299
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1792
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -415
- data/test-unit/lib/test/unit/collector.rb +0 -38
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -187
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/collector/xml.rb +0 -250
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -131
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/runner/xml.rb +0 -15
- data/test-unit/lib/test/unit/testcase.rb +0 -515
- data/test-unit/lib/test/unit/testresult.rb +0 -125
- data/test-unit/lib/test/unit/testsuite.rb +0 -134
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -22
- data/test-unit/test/test-assertions.rb +0 -1849
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -324
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -569
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -137
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="extending.html" title="Extending GIO">
|
9
9
|
<link rel="prev" href="extending.html" title="Extending GIO">
|
10
10
|
<link rel="next" href="GIOModule.html" title="GIOModule">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<a href="#GVfs.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
|
-
<div class="refentry"
|
31
|
+
<div class="refentry">
|
32
32
|
<a name="GVfs"></a><div class="titlepage"></div>
|
33
33
|
<div class="refnamediv"><table width="100%"><tr>
|
34
34
|
<td valign="top">
|
@@ -37,41 +37,41 @@
|
|
37
37
|
</td>
|
38
38
|
<td valign="top" align="right"></td>
|
39
39
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv"
|
40
|
+
<div class="refsynopsisdiv">
|
41
41
|
<a name="GVfs.synopsis"></a><h2>Synopsis</h2>
|
42
42
|
<pre class="synopsis">
|
43
43
|
#include <gio/gio.h>
|
44
44
|
|
45
45
|
<a class="link" href="GVfs.html#GVfs-struct" title="GVfs">GVfs</a>;
|
46
46
|
#define <a class="link" href="GVfs.html#G-VFS-EXTENSION-POINT-NAME:CAPS" title="G_VFS_EXTENSION_POINT_NAME">G_VFS_EXTENSION_POINT_NAME</a>
|
47
|
-
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *
|
47
|
+
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * <a class="link" href="GVfs.html#g-vfs-get-file-for-path" title="g_vfs_get_file_for_path ()">g_vfs_get_file_for_path</a> (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>,
|
48
48
|
<em class="parameter"><code>const <span class="type">char</span> *path</code></em>);
|
49
|
-
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *
|
49
|
+
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * <a class="link" href="GVfs.html#g-vfs-get-file-for-uri" title="g_vfs_get_file_for_uri ()">g_vfs_get_file_for_uri</a> (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>,
|
50
50
|
<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>);
|
51
|
-
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *
|
51
|
+
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * <a class="link" href="GVfs.html#g-vfs-parse-name" title="g_vfs_parse_name ()">g_vfs_parse_name</a> (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>,
|
52
52
|
<em class="parameter"><code>const <span class="type">char</span> *parse_name</code></em>);
|
53
|
-
<a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> *
|
54
|
-
<a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> *
|
53
|
+
<a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> * <a class="link" href="GVfs.html#g-vfs-get-default" title="g_vfs_get_default ()">g_vfs_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
54
|
+
<a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> * <a class="link" href="GVfs.html#g-vfs-get-local" title="g_vfs_get_local ()">g_vfs_get_local</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
55
55
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GVfs.html#g-vfs-is-active" title="g_vfs_is_active ()">g_vfs_is_active</a> (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>);
|
56
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
56
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * <a class="link" href="GVfs.html#g-vfs-get-supported-uri-schemes" title="g_vfs_get_supported_uri_schemes ()">g_vfs_get_supported_uri_schemes</a> (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>);
|
57
57
|
</pre>
|
58
58
|
</div>
|
59
|
-
<div class="refsect1"
|
59
|
+
<div class="refsect1">
|
60
60
|
<a name="GVfs.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
61
61
|
<pre class="synopsis">
|
62
62
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
63
63
|
+----GVfs
|
64
64
|
</pre>
|
65
65
|
</div>
|
66
|
-
<div class="refsect1"
|
66
|
+
<div class="refsect1">
|
67
67
|
<a name="GVfs.description"></a><h2>Description</h2>
|
68
68
|
<p>
|
69
69
|
Entry point for using GIO functionality.
|
70
70
|
</p>
|
71
71
|
</div>
|
72
|
-
<div class="refsect1"
|
72
|
+
<div class="refsect1">
|
73
73
|
<a name="GVfs.details"></a><h2>Details</h2>
|
74
|
-
<div class="refsect2"
|
74
|
+
<div class="refsect2">
|
75
75
|
<a name="GVfs-struct"></a><h3>GVfs</h3>
|
76
76
|
<pre class="programlisting">typedef struct _GVfs GVfs;</pre>
|
77
77
|
<p>
|
@@ -79,7 +79,7 @@ Virtual File System object.
|
|
79
79
|
</p>
|
80
80
|
</div>
|
81
81
|
<hr>
|
82
|
-
<div class="refsect2"
|
82
|
+
<div class="refsect2">
|
83
83
|
<a name="G-VFS-EXTENSION-POINT-NAME:CAPS"></a><h3>G_VFS_EXTENSION_POINT_NAME</h3>
|
84
84
|
<pre class="programlisting">#define G_VFS_EXTENSION_POINT_NAME "gio-vfs"
|
85
85
|
</pre>
|
@@ -89,9 +89,9 @@ See Extending GIO.
|
|
89
89
|
</p>
|
90
90
|
</div>
|
91
91
|
<hr>
|
92
|
-
<div class="refsect2"
|
92
|
+
<div class="refsect2">
|
93
93
|
<a name="g-vfs-get-file-for-path"></a><h3>g_vfs_get_file_for_path ()</h3>
|
94
|
-
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *
|
94
|
+
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_vfs_get_file_for_path (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>,
|
95
95
|
<em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre>
|
96
96
|
<p>
|
97
97
|
Gets a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> for <em class="parameter"><code>path</code></em>.
|
@@ -101,27 +101,25 @@ Gets a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile<
|
|
101
101
|
<tbody>
|
102
102
|
<tr>
|
103
103
|
<td><p><span class="term"><em class="parameter"><code>vfs</code></em> :</span></p></td>
|
104
|
-
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a
|
105
|
-
</td>
|
104
|
+
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>.</td>
|
106
105
|
</tr>
|
107
106
|
<tr>
|
108
107
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
109
|
-
<td>a string containing a VFS path
|
110
|
-
</td>
|
108
|
+
<td>a string containing a VFS path.</td>
|
111
109
|
</tr>
|
112
110
|
<tr>
|
113
111
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
114
|
-
<td>
|
115
|
-
|
112
|
+
<td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
|
113
|
+
Free the returned object with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
116
114
|
</td>
|
117
115
|
</tr>
|
118
116
|
</tbody>
|
119
117
|
</table></div>
|
120
118
|
</div>
|
121
119
|
<hr>
|
122
|
-
<div class="refsect2"
|
120
|
+
<div class="refsect2">
|
123
121
|
<a name="g-vfs-get-file-for-uri"></a><h3>g_vfs_get_file_for_uri ()</h3>
|
124
|
-
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *
|
122
|
+
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_vfs_get_file_for_uri (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>,
|
125
123
|
<em class="parameter"><code>const <span class="type">char</span> *uri</code></em>);</pre>
|
126
124
|
<p>
|
127
125
|
Gets a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> for <em class="parameter"><code>uri</code></em>.
|
@@ -136,27 +134,25 @@ is malformed or if the URI scheme is not supported.
|
|
136
134
|
<tbody>
|
137
135
|
<tr>
|
138
136
|
<td><p><span class="term"><em class="parameter"><code>vfs</code></em> :</span></p></td>
|
139
|
-
<td>a<a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a
|
140
|
-
</td>
|
137
|
+
<td>a<a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>.</td>
|
141
138
|
</tr>
|
142
139
|
<tr>
|
143
140
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
144
|
-
<td>a string containing a URI
|
145
|
-
</td>
|
141
|
+
<td>a string containing a URI</td>
|
146
142
|
</tr>
|
147
143
|
<tr>
|
148
144
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
149
|
-
<td>
|
150
|
-
|
145
|
+
<td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
|
146
|
+
Free the returned object with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
151
147
|
</td>
|
152
148
|
</tr>
|
153
149
|
</tbody>
|
154
150
|
</table></div>
|
155
151
|
</div>
|
156
152
|
<hr>
|
157
|
-
<div class="refsect2"
|
153
|
+
<div class="refsect2">
|
158
154
|
<a name="g-vfs-parse-name"></a><h3>g_vfs_parse_name ()</h3>
|
159
|
-
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> *
|
155
|
+
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_vfs_parse_name (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>,
|
160
156
|
<em class="parameter"><code>const <span class="type">char</span> *parse_name</code></em>);</pre>
|
161
157
|
<p>
|
162
158
|
This operation never fails, but the returned object might
|
@@ -168,27 +164,25 @@ be parsed by the <a class="link" href="GVfs.html" title="GVfs"><span class="type
|
|
168
164
|
<tbody>
|
169
165
|
<tr>
|
170
166
|
<td><p><span class="term"><em class="parameter"><code>vfs</code></em> :</span></p></td>
|
171
|
-
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a
|
172
|
-
</td>
|
167
|
+
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>.</td>
|
173
168
|
</tr>
|
174
169
|
<tr>
|
175
170
|
<td><p><span class="term"><em class="parameter"><code>parse_name</code></em> :</span></p></td>
|
176
|
-
<td>a string to be parsed by the VFS module
|
177
|
-
</td>
|
171
|
+
<td>a string to be parsed by the VFS module.</td>
|
178
172
|
</tr>
|
179
173
|
<tr>
|
180
174
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
181
|
-
<td>
|
182
|
-
|
175
|
+
<td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> for the given <em class="parameter"><code>parse_name</code></em>.
|
176
|
+
Free the returned object with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
183
177
|
</td>
|
184
178
|
</tr>
|
185
179
|
</tbody>
|
186
180
|
</table></div>
|
187
181
|
</div>
|
188
182
|
<hr>
|
189
|
-
<div class="refsect2"
|
183
|
+
<div class="refsect2">
|
190
184
|
<a name="g-vfs-get-default"></a><h3>g_vfs_get_default ()</h3>
|
191
|
-
<pre class="programlisting"><a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> *
|
185
|
+
<pre class="programlisting"><a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> * g_vfs_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
192
186
|
<p>
|
193
187
|
Gets the default <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> for the system.
|
194
188
|
</p>
|
@@ -196,15 +190,15 @@ Gets the default <a class="link" href="GVfs.html" title="GVfs"><span class="type
|
|
196
190
|
<col align="left" valign="top">
|
197
191
|
<tbody><tr>
|
198
192
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
199
|
-
<td>
|
193
|
+
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
200
194
|
</td>
|
201
195
|
</tr></tbody>
|
202
196
|
</table></div>
|
203
197
|
</div>
|
204
198
|
<hr>
|
205
|
-
<div class="refsect2"
|
199
|
+
<div class="refsect2">
|
206
200
|
<a name="g-vfs-get-local"></a><h3>g_vfs_get_local ()</h3>
|
207
|
-
<pre class="programlisting"><a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> *
|
201
|
+
<pre class="programlisting"><a class="link" href="GVfs.html" title="GVfs"><span class="returnvalue">GVfs</span></a> * g_vfs_get_local (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
208
202
|
<p>
|
209
203
|
Gets the local <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> for the system.
|
210
204
|
</p>
|
@@ -212,13 +206,13 @@ Gets the local <a class="link" href="GVfs.html" title="GVfs"><span class="type">
|
|
212
206
|
<col align="left" valign="top">
|
213
207
|
<tbody><tr>
|
214
208
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
215
|
-
<td>
|
209
|
+
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
216
210
|
</td>
|
217
211
|
</tr></tbody>
|
218
212
|
</table></div>
|
219
213
|
</div>
|
220
214
|
<hr>
|
221
|
-
<div class="refsect2"
|
215
|
+
<div class="refsect2">
|
222
216
|
<a name="g-vfs-is-active"></a><h3>g_vfs_is_active ()</h3>
|
223
217
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_vfs_is_active (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>);</pre>
|
224
218
|
<p>
|
@@ -229,21 +223,20 @@ Checks if the VFS is active.
|
|
229
223
|
<tbody>
|
230
224
|
<tr>
|
231
225
|
<td><p><span class="term"><em class="parameter"><code>vfs</code></em> :</span></p></td>
|
232
|
-
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a
|
233
|
-
</td>
|
226
|
+
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>.</td>
|
234
227
|
</tr>
|
235
228
|
<tr>
|
236
229
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
237
|
-
<td>
|
238
|
-
</td>
|
230
|
+
<td>
|
231
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if construction of the <em class="parameter"><code>vfs</code></em> was successful and it is now active.</td>
|
239
232
|
</tr>
|
240
233
|
</tbody>
|
241
234
|
</table></div>
|
242
235
|
</div>
|
243
236
|
<hr>
|
244
|
-
<div class="refsect2"
|
237
|
+
<div class="refsect2">
|
245
238
|
<a name="g-vfs-get-supported-uri-schemes"></a><h3>g_vfs_get_supported_uri_schemes ()</h3>
|
246
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
239
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * const * g_vfs_get_supported_uri_schemes (<em class="parameter"><code><a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> *vfs</code></em>);</pre>
|
247
240
|
<p>
|
248
241
|
Gets a list of URI schemes supported by <em class="parameter"><code>vfs</code></em>.
|
249
242
|
</p>
|
@@ -252,14 +245,13 @@ Gets a list of URI schemes supported by <em class="parameter"><code>vfs</code></
|
|
252
245
|
<tbody>
|
253
246
|
<tr>
|
254
247
|
<td><p><span class="term"><em class="parameter"><code>vfs</code></em> :</span></p></td>
|
255
|
-
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a
|
256
|
-
</td>
|
248
|
+
<td>a <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>.</td>
|
257
249
|
</tr>
|
258
250
|
<tr>
|
259
251
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
260
|
-
<td>
|
261
|
-
|
262
|
-
|
252
|
+
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array of strings.
|
253
|
+
The returned array belongs to GIO and must
|
254
|
+
not be freed or modified. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
263
255
|
</td>
|
264
256
|
</tr>
|
265
257
|
</tbody>
|
@@ -269,6 +261,6 @@ Gets a list of URI schemes supported by <em class="parameter"><code>vfs</code></
|
|
269
261
|
</div>
|
270
262
|
<div class="footer">
|
271
263
|
<hr>
|
272
|
-
Generated by GTK-Doc V1.
|
264
|
+
Generated by GTK-Doc V1.16.1</div>
|
273
265
|
</body>
|
274
266
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="volume_mon.html" title="Volumes and Drives">
|
9
9
|
<link rel="prev" href="GVolumeMonitor.html" title="GVolumeMonitor">
|
10
10
|
<link rel="next" href="GMount.html" title="GMount">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GVolume.signals" class="shortcut">Signals</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GVolume"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,13 +41,13 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
45
45
|
<a name="GVolume.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gio/gio.h>
|
48
48
|
|
49
49
|
<a class="link" href="GVolume.html#GVolume-struct" title="GVolume">GVolume</a>;
|
50
|
-
|
50
|
+
struct <a class="link" href="GVolume.html#GVolumeIface" title="struct GVolumeIface">GVolumeIface</a>;
|
51
51
|
<span class="returnvalue">char</span> * <a class="link" href="GVolume.html#g-volume-get-name" title="g_volume_get_name ()">g_volume_get_name</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);
|
52
52
|
<span class="returnvalue">char</span> * <a class="link" href="GVolume.html#g-volume-get-uuid" title="g_volume_get_uuid ()">g_volume_get_uuid</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);
|
53
53
|
<a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GVolume.html#g-volume-get-icon" title="g_volume_get_icon ()">g_volume_get_icon</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GVolume.html#g-volume-should-automount" title="g_volume_should_automount ()">g_volume_should_automount</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);
|
58
58
|
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * <a class="link" href="GVolume.html#g-volume-get-activation-root" title="g_volume_get_activation_root ()">g_volume_get_activation_root</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);
|
59
59
|
<span class="returnvalue">void</span> <a class="link" href="GVolume.html#g-volume-mount" title="g_volume_mount ()">g_volume_mount</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
60
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"
|
60
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"><span class="type">GMountMountFlags</span></a> flags</code></em>,
|
61
61
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
62
62
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
63
63
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -67,7 +67,7 @@
|
|
67
67
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
68
68
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GVolume.html#g-volume-can-eject" title="g_volume_can_eject ()">g_volume_can_eject</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);
|
69
69
|
<span class="returnvalue">void</span> <a class="link" href="GVolume.html#g-volume-eject" title="g_volume_eject ()">g_volume_eject</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
70
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
70
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
71
71
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
72
72
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
73
73
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
@@ -75,7 +75,7 @@
|
|
75
75
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
76
76
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
|
77
77
|
<span class="returnvalue">void</span> <a class="link" href="GVolume.html#g-volume-eject-with-operation" title="g_volume_eject_with_operation ()">g_volume_eject_with_operation</a> (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
78
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
78
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
79
79
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
80
80
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
81
81
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -94,27 +94,27 @@
|
|
94
94
|
<em class="parameter"><code>const <span class="type">char</span> *kind</code></em>);
|
95
95
|
</pre>
|
96
96
|
</div>
|
97
|
-
<div class="refsect1"
|
97
|
+
<div class="refsect1">
|
98
98
|
<a name="GVolume.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
99
99
|
<pre class="synopsis">
|
100
100
|
GInterface
|
101
101
|
+----GVolume
|
102
102
|
</pre>
|
103
103
|
</div>
|
104
|
-
<div class="refsect1"
|
104
|
+
<div class="refsect1">
|
105
105
|
<a name="GVolume.prerequisites"></a><h2>Prerequisites</h2>
|
106
106
|
<p>
|
107
107
|
GVolume requires
|
108
108
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
109
109
|
</div>
|
110
|
-
<div class="refsect1"
|
110
|
+
<div class="refsect1">
|
111
111
|
<a name="GVolume.signals"></a><h2>Signals</h2>
|
112
112
|
<pre class="synopsis">
|
113
|
-
"<a class="link" href="GVolume.html#GVolume-changed" title='The "changed" signal'>changed</a>" : Run Last
|
114
|
-
"<a class="link" href="GVolume.html#GVolume-removed" title='The "removed" signal'>removed</a>" : Run Last
|
113
|
+
"<a class="link" href="GVolume.html#GVolume-changed" title='The "changed" signal'>changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
114
|
+
"<a class="link" href="GVolume.html#GVolume-removed" title='The "removed" signal'>removed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
115
115
|
</pre>
|
116
116
|
</div>
|
117
|
-
<div class="refsect1"
|
117
|
+
<div class="refsect1">
|
118
118
|
<a name="GVolume.description"></a><h2>Description</h2>
|
119
119
|
<p>
|
120
120
|
The <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> interface represents user-visible objects that can be
|
@@ -167,9 +167,9 @@ identifier, which can be used to obtain a hal device by means of
|
|
167
167
|
<code class="function">libhal_manger_find_device_string_match()</code>.
|
168
168
|
</p>
|
169
169
|
</div>
|
170
|
-
<div class="refsect1"
|
170
|
+
<div class="refsect1">
|
171
171
|
<a name="GVolume.details"></a><h2>Details</h2>
|
172
|
-
<div class="refsect2"
|
172
|
+
<div class="refsect2">
|
173
173
|
<a name="GVolume-struct"></a><h3>GVolume</h3>
|
174
174
|
<pre class="programlisting">typedef struct _GVolume GVolume;</pre>
|
175
175
|
<p>
|
@@ -177,9 +177,9 @@ Opaque mountable volume object.
|
|
177
177
|
</p>
|
178
178
|
</div>
|
179
179
|
<hr>
|
180
|
-
<div class="refsect2"
|
181
|
-
<a name="GVolumeIface"></a><h3>GVolumeIface</h3>
|
182
|
-
<pre class="programlisting">
|
180
|
+
<div class="refsect2">
|
181
|
+
<a name="GVolumeIface"></a><h3>struct GVolumeIface</h3>
|
182
|
+
<pre class="programlisting">struct GVolumeIface {
|
183
183
|
GTypeInterface g_iface;
|
184
184
|
|
185
185
|
/* signals */
|
@@ -231,7 +231,7 @@ Opaque mountable volume object.
|
|
231
231
|
gboolean (* eject_with_operation_finish) (GVolume *volume,
|
232
232
|
GAsyncResult *result,
|
233
233
|
GError **error);
|
234
|
-
}
|
234
|
+
};
|
235
235
|
</pre>
|
236
236
|
<p>
|
237
237
|
Interface for implementing operations for mountable volumes.
|
@@ -241,115 +241,95 @@ Interface for implementing operations for mountable volumes.
|
|
241
241
|
<tbody>
|
242
242
|
<tr>
|
243
243
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GVolumeIface.g-iface"></a>g_iface</code></em>;</span></p></td>
|
244
|
-
<td>The parent interface
|
245
|
-
</td>
|
244
|
+
<td>The parent interface.</td>
|
246
245
|
</tr>
|
247
246
|
<tr>
|
248
247
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.changed"></a>changed</code></em> ()</span></p></td>
|
249
|
-
<td>Changed signal that is emitted when the volume's state has changed
|
250
|
-
</td>
|
248
|
+
<td>Changed signal that is emitted when the volume's state has changed.</td>
|
251
249
|
</tr>
|
252
250
|
<tr>
|
253
251
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.removed"></a>removed</code></em> ()</span></p></td>
|
254
|
-
<td>The removed signal that is emitted when the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> have been removed. If the recipient is holding references to the object they should release them so the object can be finalized
|
255
|
-
</td>
|
252
|
+
<td>The removed signal that is emitted when the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> have been removed. If the recipient is holding references to the object they should release them so the object can be finalized.</td>
|
256
253
|
</tr>
|
257
254
|
<tr>
|
258
255
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.get-name"></a>get_name</code></em> ()</span></p></td>
|
259
|
-
<td>Gets a string containing the name of the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
260
|
-
</td>
|
256
|
+
<td>Gets a string containing the name of the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
261
257
|
</tr>
|
262
258
|
<tr>
|
263
259
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.get-icon"></a>get_icon</code></em> ()</span></p></td>
|
264
|
-
<td>Gets a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
265
|
-
</td>
|
260
|
+
<td>Gets a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
266
261
|
</tr>
|
267
262
|
<tr>
|
268
263
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.get-uuid"></a>get_uuid</code></em> ()</span></p></td>
|
269
|
-
<td>Gets the UUID for the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no UUID available
|
270
|
-
</td>
|
264
|
+
<td>Gets the UUID for the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no UUID available.</td>
|
271
265
|
</tr>
|
272
266
|
<tr>
|
273
267
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.get-drive"></a>get_drive</code></em> ()</span></p></td>
|
274
|
-
<td>Gets a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> the volume is located on. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> is not associated with a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a
|
275
|
-
</td>
|
268
|
+
<td>Gets a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> the volume is located on. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> is not associated with a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.</td>
|
276
269
|
</tr>
|
277
270
|
<tr>
|
278
271
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.get-mount"></a>get_mount</code></em> ()</span></p></td>
|
279
|
-
<td>Gets a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> representing the mounted volume. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> is not mounted
|
280
|
-
</td>
|
272
|
+
<td>Gets a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> representing the mounted volume. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> is not mounted.</td>
|
281
273
|
</tr>
|
282
274
|
<tr>
|
283
275
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.can-mount"></a>can_mount</code></em> ()</span></p></td>
|
284
|
-
<td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> can be mounted
|
285
|
-
</td>
|
276
|
+
<td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> can be mounted.</td>
|
286
277
|
</tr>
|
287
278
|
<tr>
|
288
279
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.can-eject"></a>can_eject</code></em> ()</span></p></td>
|
289
|
-
<td>Checks if a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> can be ejected
|
290
|
-
</td>
|
280
|
+
<td>Checks if a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> can be ejected.</td>
|
291
281
|
</tr>
|
292
282
|
<tr>
|
293
283
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.mount-fn"></a>mount_fn</code></em> ()</span></p></td>
|
294
|
-
<td>Mounts a given <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
</td>
|
284
|
+
<td>Mounts a given <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.
|
285
|
+
<a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> implementations must emit the <a class="link" href="GMountOperation.html#GMountOperation-aborted" title='The "aborted" signal'><span class="type">"aborted"</span></a>
|
286
|
+
signal before completing a mount operation that is aborted while
|
287
|
+
awaiting input from the user through a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> instance.</td>
|
299
288
|
</tr>
|
300
289
|
<tr>
|
301
290
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.mount-finish"></a>mount_finish</code></em> ()</span></p></td>
|
302
|
-
<td>Finishes a mount operation
|
303
|
-
</td>
|
291
|
+
<td>Finishes a mount operation.</td>
|
304
292
|
</tr>
|
305
293
|
<tr>
|
306
294
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.eject"></a>eject</code></em> ()</span></p></td>
|
307
|
-
<td>Ejects a given <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
308
|
-
</td>
|
295
|
+
<td>Ejects a given <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
309
296
|
</tr>
|
310
297
|
<tr>
|
311
298
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.eject-finish"></a>eject_finish</code></em> ()</span></p></td>
|
312
|
-
<td>Finishes an eject operation
|
313
|
-
</td>
|
299
|
+
<td>Finishes an eject operation.</td>
|
314
300
|
</tr>
|
315
301
|
<tr>
|
316
302
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.get-identifier"></a>get_identifier</code></em> ()</span></p></td>
|
317
303
|
<td>Returns the <a class="link" href="GVolume.html#volume-identifier">identifier</a> of the given kind, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
318
|
-
|
319
|
-
</td>
|
304
|
+
the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> doesn't have one.</td>
|
320
305
|
</tr>
|
321
306
|
<tr>
|
322
307
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.enumerate-identifiers"></a>enumerate_identifiers</code></em> ()</span></p></td>
|
323
308
|
<td>Returns an array strings listing the kinds
|
324
|
-
|
325
|
-
</td>
|
309
|
+
of <a class="link" href="GVolume.html#volume-identifier">identifiers</a> which the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> has.</td>
|
326
310
|
</tr>
|
327
311
|
<tr>
|
328
312
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.should-automount"></a>should_automount</code></em> ()</span></p></td>
|
329
|
-
<td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> should be automatically mounted
|
330
|
-
</td>
|
313
|
+
<td>Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> should be automatically mounted.</td>
|
331
314
|
</tr>
|
332
315
|
<tr>
|
333
316
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.get-activation-root"></a>get_activation_root</code></em> ()</span></p></td>
|
334
317
|
<td>Returns the activation root for the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> if it is known in advance or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
|
335
|
-
|
336
|
-
</td>
|
318
|
+
it is not known.</td>
|
337
319
|
</tr>
|
338
320
|
<tr>
|
339
321
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.eject-with-operation"></a>eject_with_operation</code></em> ()</span></p></td>
|
340
|
-
<td>Starts ejecting a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22
|
341
|
-
</td>
|
322
|
+
<td>Starts ejecting a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22.</td>
|
342
323
|
</tr>
|
343
324
|
<tr>
|
344
325
|
<td><p><span class="term"><em class="structfield"><code><a name="GVolumeIface.eject-with-operation-finish"></a>eject_with_operation_finish</code></em> ()</span></p></td>
|
345
|
-
<td>Finishes an eject operation using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22
|
346
|
-
</td>
|
326
|
+
<td>Finishes an eject operation using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22.</td>
|
347
327
|
</tr>
|
348
328
|
</tbody>
|
349
329
|
</table></div>
|
350
330
|
</div>
|
351
331
|
<hr>
|
352
|
-
<div class="refsect2"
|
332
|
+
<div class="refsect2">
|
353
333
|
<a name="g-volume-get-name"></a><h3>g_volume_get_name ()</h3>
|
354
334
|
<pre class="programlisting"><span class="returnvalue">char</span> * g_volume_get_name (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
355
335
|
<p>
|
@@ -360,20 +340,18 @@ Gets the name of <em class="parameter"><code>volume</code></em>.
|
|
360
340
|
<tbody>
|
361
341
|
<tr>
|
362
342
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
363
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
364
|
-
</td>
|
343
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
365
344
|
</tr>
|
366
345
|
<tr>
|
367
346
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
368
|
-
<td>
|
369
|
-
be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed
|
370
|
-
</td>
|
347
|
+
<td>the name for the given <em class="parameter"><code>volume</code></em>. The returned string should
|
348
|
+
be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when no longer needed.</td>
|
371
349
|
</tr>
|
372
350
|
</tbody>
|
373
351
|
</table></div>
|
374
352
|
</div>
|
375
353
|
<hr>
|
376
|
-
<div class="refsect2"
|
354
|
+
<div class="refsect2">
|
377
355
|
<a name="g-volume-get-uuid"></a><h3>g_volume_get_uuid ()</h3>
|
378
356
|
<pre class="programlisting"><span class="returnvalue">char</span> * g_volume_get_uuid (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
379
357
|
<p>
|
@@ -387,21 +365,19 @@ available.
|
|
387
365
|
<tbody>
|
388
366
|
<tr>
|
389
367
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
390
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
391
|
-
</td>
|
368
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
392
369
|
</tr>
|
393
370
|
<tr>
|
394
371
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
395
|
-
<td>
|
396
|
-
|
397
|
-
|
398
|
-
</td>
|
372
|
+
<td>the UUID for <em class="parameter"><code>volume</code></em> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no UUID can be computed.
|
373
|
+
The returned string should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>
|
374
|
+
when no longer needed.</td>
|
399
375
|
</tr>
|
400
376
|
</tbody>
|
401
377
|
</table></div>
|
402
378
|
</div>
|
403
379
|
<hr>
|
404
|
-
<div class="refsect2"
|
380
|
+
<div class="refsect2">
|
405
381
|
<a name="g-volume-get-icon"></a><h3>g_volume_get_icon ()</h3>
|
406
382
|
<pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_volume_get_icon (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
407
383
|
<p>
|
@@ -412,21 +388,20 @@ Gets the icon for <em class="parameter"><code>volume</code></em>.
|
|
412
388
|
<tbody>
|
413
389
|
<tr>
|
414
390
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
415
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
416
|
-
</td>
|
391
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
417
392
|
</tr>
|
418
393
|
<tr>
|
419
394
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
420
|
-
<td>
|
421
|
-
|
422
|
-
|
395
|
+
<td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
|
396
|
+
The returned object should be unreffed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>
|
397
|
+
when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
423
398
|
</td>
|
424
399
|
</tr>
|
425
400
|
</tbody>
|
426
401
|
</table></div>
|
427
402
|
</div>
|
428
403
|
<hr>
|
429
|
-
<div class="refsect2"
|
404
|
+
<div class="refsect2">
|
430
405
|
<a name="g-volume-get-drive"></a><h3>g_volume_get_drive ()</h3>
|
431
406
|
<pre class="programlisting"><a class="link" href="GDrive.html" title="GDrive"><span class="returnvalue">GDrive</span></a> * g_volume_get_drive (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
432
407
|
<p>
|
@@ -437,21 +412,20 @@ Gets the drive for the <em class="parameter"><code>volume</code></em>.
|
|
437
412
|
<tbody>
|
438
413
|
<tr>
|
439
414
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
440
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
441
|
-
</td>
|
415
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
442
416
|
</tr>
|
443
417
|
<tr>
|
444
418
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
445
|
-
<td>
|
446
|
-
|
447
|
-
|
419
|
+
<td>a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>volume</code></em> is not associated with a drive.
|
420
|
+
The returned object should be unreffed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>
|
421
|
+
when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
448
422
|
</td>
|
449
423
|
</tr>
|
450
424
|
</tbody>
|
451
425
|
</table></div>
|
452
426
|
</div>
|
453
427
|
<hr>
|
454
|
-
<div class="refsect2"
|
428
|
+
<div class="refsect2">
|
455
429
|
<a name="g-volume-get-mount"></a><h3>g_volume_get_mount ()</h3>
|
456
430
|
<pre class="programlisting"><a class="link" href="GMount.html" title="GMount"><span class="returnvalue">GMount</span></a> * g_volume_get_mount (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
457
431
|
<p>
|
@@ -462,21 +436,20 @@ Gets the mount for the <em class="parameter"><code>volume</code></em>.
|
|
462
436
|
<tbody>
|
463
437
|
<tr>
|
464
438
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
465
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
466
|
-
</td>
|
439
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
467
440
|
</tr>
|
468
441
|
<tr>
|
469
442
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
470
|
-
<td>
|
471
|
-
|
472
|
-
|
443
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>volume</code></em> isn't mounted.
|
444
|
+
The returned object should be unreffed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>
|
445
|
+
when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
473
446
|
</td>
|
474
447
|
</tr>
|
475
448
|
</tbody>
|
476
449
|
</table></div>
|
477
450
|
</div>
|
478
451
|
<hr>
|
479
|
-
<div class="refsect2"
|
452
|
+
<div class="refsect2">
|
480
453
|
<a name="g-volume-can-mount"></a><h3>g_volume_can_mount ()</h3>
|
481
454
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_volume_can_mount (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
482
455
|
<p>
|
@@ -487,19 +460,18 @@ Checks if a volume can be mounted.
|
|
487
460
|
<tbody>
|
488
461
|
<tr>
|
489
462
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
490
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
491
|
-
</td>
|
463
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
492
464
|
</tr>
|
493
465
|
<tr>
|
494
466
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
495
|
-
<td>
|
496
|
-
</td>
|
467
|
+
<td>
|
468
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>volume</code></em> can be mounted. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
497
469
|
</tr>
|
498
470
|
</tbody>
|
499
471
|
</table></div>
|
500
472
|
</div>
|
501
473
|
<hr>
|
502
|
-
<div class="refsect2"
|
474
|
+
<div class="refsect2">
|
503
475
|
<a name="g-volume-should-automount"></a><h3>g_volume_should_automount ()</h3>
|
504
476
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_volume_should_automount (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
505
477
|
<p>
|
@@ -515,14 +487,14 @@ Returns whether the volume should be automatically mounted.
|
|
515
487
|
</tr>
|
516
488
|
<tr>
|
517
489
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
518
|
-
<td>
|
519
|
-
</td>
|
490
|
+
<td>
|
491
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the volume should be automatically mounted.</td>
|
520
492
|
</tr>
|
521
493
|
</tbody>
|
522
494
|
</table></div>
|
523
495
|
</div>
|
524
496
|
<hr>
|
525
|
-
<div class="refsect2"
|
497
|
+
<div class="refsect2">
|
526
498
|
<a name="g-volume-get-activation-root"></a><h3>g_volume_get_activation_root ()</h3>
|
527
499
|
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_volume_get_activation_root (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
528
500
|
<p>
|
@@ -575,9 +547,8 @@ implementations to find the underlying mount to shadow, see
|
|
575
547
|
</tr>
|
576
548
|
<tr>
|
577
549
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
578
|
-
<td>
|
579
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> to free.
|
580
|
-
|
550
|
+
<td>the activation root of <em class="parameter"><code>volume</code></em> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. Use
|
551
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> to free. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
581
552
|
</td>
|
582
553
|
</tr>
|
583
554
|
</tbody>
|
@@ -585,10 +556,10 @@ implementations to find the underlying mount to shadow, see
|
|
585
556
|
<p class="since">Since 2.18</p>
|
586
557
|
</div>
|
587
558
|
<hr>
|
588
|
-
<div class="refsect2"
|
559
|
+
<div class="refsect2">
|
589
560
|
<a name="g-volume-mount"></a><h3>g_volume_mount ()</h3>
|
590
561
|
<pre class="programlisting"><span class="returnvalue">void</span> g_volume_mount (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
591
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"
|
562
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"><span class="type">GMountMountFlags</span></a> flags</code></em>,
|
592
563
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
593
564
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
594
565
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -598,32 +569,33 @@ Mounts a volume. This is an asynchronous operation, and is
|
|
598
569
|
finished by calling <a class="link" href="GVolume.html#g-volume-mount-finish" title="g_volume_mount_finish ()"><code class="function">g_volume_mount_finish()</code></a> with the <em class="parameter"><code>volume</code></em>
|
599
570
|
and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> returned in the <em class="parameter"><code>callback</code></em>.
|
600
571
|
</p>
|
572
|
+
<p>
|
573
|
+
Virtual: mount_fn
|
574
|
+
</p>
|
601
575
|
<div class="variablelist"><table border="0">
|
602
576
|
<col align="left" valign="top">
|
603
577
|
<tbody>
|
604
578
|
<tr>
|
605
579
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
606
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
607
|
-
</td>
|
580
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
608
581
|
</tr>
|
609
582
|
<tr>
|
610
583
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
611
|
-
<td>flags affecting the operation
|
612
|
-
</td>
|
584
|
+
<td>flags affecting the operation</td>
|
613
585
|
</tr>
|
614
586
|
<tr>
|
615
587
|
<td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
|
616
|
-
<td>
|
588
|
+
<td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to avoid user interaction. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
617
589
|
</td>
|
618
590
|
</tr>
|
619
591
|
<tr>
|
620
592
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
621
|
-
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
|
593
|
+
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
622
594
|
</td>
|
623
595
|
</tr>
|
624
596
|
<tr>
|
625
597
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
626
|
-
<td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
598
|
+
<td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
627
599
|
</td>
|
628
600
|
</tr>
|
629
601
|
<tr>
|
@@ -635,7 +607,7 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
635
607
|
</table></div>
|
636
608
|
</div>
|
637
609
|
<hr>
|
638
|
-
<div class="refsect2"
|
610
|
+
<div class="refsect2">
|
639
611
|
<a name="g-volume-mount-finish"></a><h3>g_volume_mount_finish ()</h3>
|
640
612
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_volume_mount_finish (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
641
613
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
@@ -665,19 +637,18 @@ function; there's no need to listen for the 'mount-added' signal on
|
|
665
637
|
</tr>
|
666
638
|
<tr>
|
667
639
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
668
|
-
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore
|
669
|
-
</td>
|
640
|
+
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore</td>
|
670
641
|
</tr>
|
671
642
|
<tr>
|
672
643
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
673
|
-
<td>
|
674
|
-
</td>
|
644
|
+
<td>
|
645
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if operation failed.</td>
|
675
646
|
</tr>
|
676
647
|
</tbody>
|
677
648
|
</table></div>
|
678
649
|
</div>
|
679
650
|
<hr>
|
680
|
-
<div class="refsect2"
|
651
|
+
<div class="refsect2">
|
681
652
|
<a name="g-volume-can-eject"></a><h3>g_volume_can_eject ()</h3>
|
682
653
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_volume_can_eject (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
683
654
|
<p>
|
@@ -688,26 +659,25 @@ Checks if a volume can be ejected.
|
|
688
659
|
<tbody>
|
689
660
|
<tr>
|
690
661
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
691
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
692
|
-
</td>
|
662
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
693
663
|
</tr>
|
694
664
|
<tr>
|
695
665
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
696
|
-
<td>
|
697
|
-
</td>
|
666
|
+
<td>
|
667
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>volume</code></em> can be ejected. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
698
668
|
</tr>
|
699
669
|
</tbody>
|
700
670
|
</table></div>
|
701
671
|
</div>
|
702
672
|
<hr>
|
703
|
-
<div class="refsect2"
|
673
|
+
<div class="refsect2">
|
704
674
|
<a name="g-volume-eject"></a><h3>g_volume_eject ()</h3>
|
705
675
|
<pre class="programlisting"><span class="returnvalue">void</span> g_volume_eject (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
706
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
676
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
707
677
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
708
678
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
709
679
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
710
|
-
<div class="warning"
|
680
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
711
681
|
<h3 class="title">Warning</h3>
|
712
682
|
<p><code class="literal">g_volume_eject</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GVolume.html#g-volume-eject-with-operation" title="g_volume_eject_with_operation ()"><code class="function">g_volume_eject_with_operation()</code></a> instead.</p>
|
713
683
|
</div>
|
@@ -721,22 +691,20 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
721
691
|
<tbody>
|
722
692
|
<tr>
|
723
693
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
724
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
725
|
-
</td>
|
694
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
726
695
|
</tr>
|
727
696
|
<tr>
|
728
697
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
729
|
-
<td>flags affecting the unmount if required for eject
|
730
|
-
</td>
|
698
|
+
<td>flags affecting the unmount if required for eject</td>
|
731
699
|
</tr>
|
732
700
|
<tr>
|
733
701
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
734
|
-
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
|
702
|
+
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
735
703
|
</td>
|
736
704
|
</tr>
|
737
705
|
<tr>
|
738
706
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
739
|
-
<td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
707
|
+
<td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
740
708
|
</td>
|
741
709
|
</tr>
|
742
710
|
<tr>
|
@@ -748,12 +716,12 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
748
716
|
</table></div>
|
749
717
|
</div>
|
750
718
|
<hr>
|
751
|
-
<div class="refsect2"
|
719
|
+
<div class="refsect2">
|
752
720
|
<a name="g-volume-eject-finish"></a><h3>g_volume_eject_finish ()</h3>
|
753
721
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_volume_eject_finish (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
754
722
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
755
723
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
|
756
|
-
<div class="warning"
|
724
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
757
725
|
<h3 class="title">Warning</h3>
|
758
726
|
<p><code class="literal">g_volume_eject_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GVolume.html#g-volume-eject-with-operation-finish" title="g_volume_eject_with_operation_finish ()"><code class="function">g_volume_eject_with_operation_finish()</code></a> instead.</p>
|
759
727
|
</div>
|
@@ -766,33 +734,29 @@ Finishes ejecting a volume. If any errors occured during the operation,
|
|
766
734
|
<tbody>
|
767
735
|
<tr>
|
768
736
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
769
|
-
<td>pointer to a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
770
|
-
</td>
|
737
|
+
<td>pointer to a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
771
738
|
</tr>
|
772
739
|
<tr>
|
773
740
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
774
|
-
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a
|
775
|
-
</td>
|
741
|
+
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
|
776
742
|
</tr>
|
777
743
|
<tr>
|
778
744
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
779
|
-
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore
|
780
|
-
</td>
|
745
|
+
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore</td>
|
781
746
|
</tr>
|
782
747
|
<tr>
|
783
748
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
784
|
-
<td>
|
785
|
-
|
786
|
-
</td>
|
749
|
+
<td>
|
750
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if operation failed.</td>
|
787
751
|
</tr>
|
788
752
|
</tbody>
|
789
753
|
</table></div>
|
790
754
|
</div>
|
791
755
|
<hr>
|
792
|
-
<div class="refsect2"
|
756
|
+
<div class="refsect2">
|
793
757
|
<a name="g-volume-eject-with-operation"></a><h3>g_volume_eject_with_operation ()</h3>
|
794
758
|
<pre class="programlisting"><span class="returnvalue">void</span> g_volume_eject_with_operation (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
795
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
759
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
796
760
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
797
761
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
798
762
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -807,40 +771,37 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
807
771
|
<tbody>
|
808
772
|
<tr>
|
809
773
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
810
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
811
|
-
</td>
|
774
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
812
775
|
</tr>
|
813
776
|
<tr>
|
814
777
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
815
|
-
<td>flags affecting the unmount if required for eject
|
816
|
-
</td>
|
778
|
+
<td>flags affecting the unmount if required for eject</td>
|
817
779
|
</tr>
|
818
780
|
<tr>
|
819
781
|
<td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
|
820
|
-
<td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
|
782
|
+
<td>a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
|
783
|
+
avoid user interaction. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
821
784
|
</td>
|
822
785
|
</tr>
|
823
786
|
<tr>
|
824
787
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
825
|
-
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore.
|
788
|
+
<td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
826
789
|
</td>
|
827
790
|
</tr>
|
828
791
|
<tr>
|
829
792
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
830
|
-
<td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
831
|
-
</td>
|
793
|
+
<td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
832
794
|
</tr>
|
833
795
|
<tr>
|
834
796
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
835
|
-
<td>user data passed to <em class="parameter"><code>callback</code></em
|
836
|
-
</td>
|
797
|
+
<td>user data passed to <em class="parameter"><code>callback</code></em>.</td>
|
837
798
|
</tr>
|
838
799
|
</tbody>
|
839
800
|
</table></div>
|
840
801
|
<p class="since">Since 2.22</p>
|
841
802
|
</div>
|
842
803
|
<hr>
|
843
|
-
<div class="refsect2"
|
804
|
+
<div class="refsect2">
|
844
805
|
<a name="g-volume-eject-with-operation-finish"></a><h3>g_volume_eject_with_operation_finish ()</h3>
|
845
806
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_volume_eject_with_operation_finish
|
846
807
|
(<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
@@ -855,32 +816,28 @@ Finishes ejecting a volume. If any errors occurred during the operation,
|
|
855
816
|
<tbody>
|
856
817
|
<tr>
|
857
818
|
<td><p><span class="term"><em class="parameter"><code>volume</code></em> :</span></p></td>
|
858
|
-
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
859
|
-
</td>
|
819
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
860
820
|
</tr>
|
861
821
|
<tr>
|
862
822
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
863
|
-
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a
|
864
|
-
</td>
|
823
|
+
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
|
865
824
|
</tr>
|
866
825
|
<tr>
|
867
826
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
868
827
|
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occuring, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to
|
869
|
-
|
870
|
-
</td>
|
828
|
+
ignore.</td>
|
871
829
|
</tr>
|
872
830
|
<tr>
|
873
831
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
874
|
-
<td>
|
875
|
-
|
876
|
-
</td>
|
832
|
+
<td>
|
833
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the volume was successfully ejected. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
877
834
|
</tr>
|
878
835
|
</tbody>
|
879
836
|
</table></div>
|
880
837
|
<p class="since">Since 2.22</p>
|
881
838
|
</div>
|
882
839
|
<hr>
|
883
|
-
<div class="refsect2"
|
840
|
+
<div class="refsect2">
|
884
841
|
<a name="G-VOLUME-IDENTIFIER-KIND-HAL-UDI:CAPS"></a><h3>G_VOLUME_IDENTIFIER_KIND_HAL_UDI</h3>
|
885
842
|
<pre class="programlisting">#define G_VOLUME_IDENTIFIER_KIND_HAL_UDI "hal-udi"
|
886
843
|
</pre>
|
@@ -889,7 +846,7 @@ The string used to obtain a Hal UDI with <a class="link" href="GVolume.html#g-vo
|
|
889
846
|
</p>
|
890
847
|
</div>
|
891
848
|
<hr>
|
892
|
-
<div class="refsect2"
|
849
|
+
<div class="refsect2">
|
893
850
|
<a name="G-VOLUME-IDENTIFIER-KIND-LABEL:CAPS"></a><h3>G_VOLUME_IDENTIFIER_KIND_LABEL</h3>
|
894
851
|
<pre class="programlisting">#define G_VOLUME_IDENTIFIER_KIND_LABEL "label"
|
895
852
|
</pre>
|
@@ -898,7 +855,7 @@ The string used to obtain a filesystem label with <a class="link" href="GVolume.
|
|
898
855
|
</p>
|
899
856
|
</div>
|
900
857
|
<hr>
|
901
|
-
<div class="refsect2"
|
858
|
+
<div class="refsect2">
|
902
859
|
<a name="G-VOLUME-IDENTIFIER-KIND-NFS-MOUNT:CAPS"></a><h3>G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT</h3>
|
903
860
|
<pre class="programlisting">#define G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT "nfs-mount"
|
904
861
|
</pre>
|
@@ -907,7 +864,7 @@ The string used to obtain a NFS mount with <a class="link" href="GVolume.html#g-
|
|
907
864
|
</p>
|
908
865
|
</div>
|
909
866
|
<hr>
|
910
|
-
<div class="refsect2"
|
867
|
+
<div class="refsect2">
|
911
868
|
<a name="G-VOLUME-IDENTIFIER-KIND-UNIX-DEVICE:CAPS"></a><h3>G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE</h3>
|
912
869
|
<pre class="programlisting">#define G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE "unix-device"
|
913
870
|
</pre>
|
@@ -916,7 +873,7 @@ The string used to obtain a Unix device path with <a class="link" href="GVolume.
|
|
916
873
|
</p>
|
917
874
|
</div>
|
918
875
|
<hr>
|
919
|
-
<div class="refsect2"
|
876
|
+
<div class="refsect2">
|
920
877
|
<a name="G-VOLUME-IDENTIFIER-KIND-UUID:CAPS"></a><h3>G_VOLUME_IDENTIFIER_KIND_UUID</h3>
|
921
878
|
<pre class="programlisting">#define G_VOLUME_IDENTIFIER_KIND_UUID "uuid"
|
922
879
|
</pre>
|
@@ -925,7 +882,7 @@ The string used to obtain a UUID with <a class="link" href="GVolume.html#g-volum
|
|
925
882
|
</p>
|
926
883
|
</div>
|
927
884
|
<hr>
|
928
|
-
<div class="refsect2"
|
885
|
+
<div class="refsect2">
|
929
886
|
<a name="g-volume-enumerate-identifiers"></a><h3>g_volume_enumerate_identifiers ()</h3>
|
930
887
|
<pre class="programlisting"><span class="returnvalue">char</span> ** g_volume_enumerate_identifiers (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>);</pre>
|
931
888
|
<p>
|
@@ -943,15 +900,15 @@ the identifiers themselves.
|
|
943
900
|
</tr>
|
944
901
|
<tr>
|
945
902
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
946
|
-
<td>
|
947
|
-
|
903
|
+
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>-terminated array
|
904
|
+
of strings containing kinds of identifiers. Use <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> to free. <span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
948
905
|
</td>
|
949
906
|
</tr>
|
950
907
|
</tbody>
|
951
908
|
</table></div>
|
952
909
|
</div>
|
953
910
|
<hr>
|
954
|
-
<div class="refsect2"
|
911
|
+
<div class="refsect2">
|
955
912
|
<a name="g-volume-get-identifier"></a><h3>g_volume_get_identifier ()</h3>
|
956
913
|
<pre class="programlisting"><span class="returnvalue">char</span> * g_volume_get_identifier (<em class="parameter"><code><a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *volume</code></em>,
|
957
914
|
<em class="parameter"><code>const <span class="type">char</span> *kind</code></em>);</pre>
|
@@ -970,26 +927,24 @@ for more information about volume identifiers.
|
|
970
927
|
</tr>
|
971
928
|
<tr>
|
972
929
|
<td><p><span class="term"><em class="parameter"><code>kind</code></em> :</span></p></td>
|
973
|
-
<td>the kind of identifier to return
|
974
|
-
</td>
|
930
|
+
<td>the kind of identifier to return</td>
|
975
931
|
</tr>
|
976
932
|
<tr>
|
977
933
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
978
|
-
<td>
|
979
|
-
|
980
|
-
|
981
|
-
</td>
|
934
|
+
<td>a newly allocated string containing the
|
935
|
+
requested identfier, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>
|
936
|
+
doesn't have this kind of identifier</td>
|
982
937
|
</tr>
|
983
938
|
</tbody>
|
984
939
|
</table></div>
|
985
940
|
</div>
|
986
941
|
</div>
|
987
|
-
<div class="refsect1"
|
942
|
+
<div class="refsect1">
|
988
943
|
<a name="GVolume.signal-details"></a><h2>Signal Details</h2>
|
989
|
-
<div class="refsect2"
|
944
|
+
<div class="refsect2">
|
990
945
|
<a name="GVolume-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
991
946
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *arg0,
|
992
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
947
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
993
948
|
<p>
|
994
949
|
Emitted when the volume has been changed.
|
995
950
|
</p>
|
@@ -1002,10 +957,10 @@ Emitted when the volume has been changed.
|
|
1002
957
|
</table></div>
|
1003
958
|
</div>
|
1004
959
|
<hr>
|
1005
|
-
<div class="refsect2"
|
960
|
+
<div class="refsect2">
|
1006
961
|
<a name="GVolume-removed"></a><h3>The <code class="literal">"removed"</code> signal</h3>
|
1007
962
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> *arg0,
|
1008
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
963
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
1009
964
|
<p>
|
1010
965
|
This signal is emitted when the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> have been removed. If
|
1011
966
|
the recipient is holding references to the object they should
|
@@ -1023,6 +978,6 @@ release them so the object can be finalized.
|
|
1023
978
|
</div>
|
1024
979
|
<div class="footer">
|
1025
980
|
<hr>
|
1026
|
-
Generated by GTK-Doc V1.
|
981
|
+
Generated by GTK-Doc V1.16.1</div>
|
1027
982
|
</body>
|
1028
983
|
</html>
|