glib2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +46 -0
- data/Rakefile +1 -0
- data/ext/glib2/rbglib.h +1 -1
- data/ext/glib2/rbglib_iochannel.c +15 -6
- data/ext/glib2/rbgobj_signal.c +1 -1
- data/ext/glib2/rbgobject.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +3 -2
- data/lib/mkmf-gnome2.rb +47 -23
- data/test/glib-test-init.rb +1 -3
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +2 -2
- data/vendor/local/bin/glib-mkenums +3 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/include/glib-2.0/gio/gaction.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +151 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gapplication.h +165 -0
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +118 -0
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gcancellable.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gemblemedicon.h +15 -0
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gfileinputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileiostream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfilemonitor.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gfileoutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gio.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +158 -2
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +12 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +1 -1
- data/vendor/local/include/glib-2.0/gio/giostream.h +11 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +48 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +98 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +9 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +95 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +11 -1
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gtcpwrapperconnection.h +68 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +92 -0
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +72 -0
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +136 -0
- data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +61 -0
- data/vendor/local/include/glib-2.0/glib/glist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmain.h +27 -6
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +80 -5
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gsequence.h +8 -0
- data/vendor/local/include/glib-2.0/glib/gslist.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +37 -0
- data/vendor/local/include/glib-2.0/glib/gtypes.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gunicode.h +22 -16
- data/vendor/local/include/glib-2.0/glib/gutils.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gvariant.h +35 -11
- data/vendor/local/include/glib-2.0/gobject/gobject.h +15 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +5 -0
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +4 -2
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/lib/gio-2.0.def +142 -0
- data/vendor/local/lib/gio-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0.def +21 -0
- data/vendor/local/lib/glib-2.0.lib +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/gmodule-2.0.lib +0 -0
- data/vendor/local/lib/gobject-2.0.def +3 -0
- data/vendor/local/lib/gobject-2.0.lib +0 -0
- data/vendor/local/lib/gthread-2.0.lib +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/manifest/{glib-dev_2.26.1-1_win32.mft → glib-dev_2.28.1-1_win32.mft} +55 -19
- data/vendor/local/manifest/{glib_2.26.1-1_win32.mft → glib_2.28.1-1_win32.mft} +3 -2
- data/vendor/local/share/aclocal/glib-2.0.m4 +4 -4
- data/vendor/local/share/doc/{glib-2.26.1 → glib-2.28.1}/COPYING +0 -0
- data/vendor/local/share/doc/{glib-dev-2.26.1 → glib-dev-2.28.1}/COPYING +0 -0
- data/vendor/local/share/glib-2.0/gettext/mkinstalldirs +72 -21
- data/vendor/local/share/glib-2.0/schemas/gschema.dtd +21 -8
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +469 -0
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +754 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +296 -249
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +1458 -0
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +815 -0
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +61 -97
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +31 -38
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +52 -68
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +38 -50
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +120 -77
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -51
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +26 -35
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +415 -650
- data/vendor/local/share/gtk-doc/html/gio/{gio-GDBusError.html → GDBusError.html} +118 -147
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +204 -347
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +66 -111
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +210 -309
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +68 -87
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +190 -232
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +89 -118
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +196 -270
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +56 -24
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1090 -1443
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +13 -16
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +66 -86
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +31 -45
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +19 -21
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +466 -602
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +32 -40
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +60 -59
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +32 -47
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -45
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +22 -26
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +32 -38
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +184 -52
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +45 -54
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +96 -125
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +49 -71
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +102 -134
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +21 -24
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +34 -41
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +223 -294
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +127 -153
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +35 -46
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +37 -46
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +138 -174
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +46 -68
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +398 -0
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +340 -0
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +89 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -56
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +59 -34
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +82 -95
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +58 -72
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +597 -357
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +125 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +339 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +200 -0
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +232 -167
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +291 -406
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +39 -45
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +301 -223
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +41 -44
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +41 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +22 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +88 -107
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/{gio-GSrvTarget.html → GSrvTarget.html} +74 -77
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +21 -22
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +156 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +40 -46
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +29 -35
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +260 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +428 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +869 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +158 -0
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +32 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +28 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +44 -54
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +35 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +49 -57
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +142 -187
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +99 -132
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +33 -32
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +43 -13
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +10 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +36 -28
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +744 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +915 -107
- data/vendor/local/share/gtk-doc/html/gio/application.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/async.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -24
- data/vendor/local/share/gtk-doc/html/gio/ch26.html +54 -36
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +188 -41
- data/vendor/local/share/gtk-doc/html/gio/ch27s02.html +19 -108
- data/vendor/local/share/gtk-doc/html/gio/ch27s03.html +16 -179
- data/vendor/local/share/gtk-doc/html/gio/ch28.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch26s02.html → ch28s02.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s03.html → ch28s03.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s04.html → ch28s04.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s05.html → ch28s05.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch26s06.html → ch28s06.html} +17 -15
- data/vendor/local/share/gtk-doc/html/gio/{ch26s07.html → ch28s07.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +70 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +130 -0
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/{ch27s04.html → ch29s04.html} +11 -11
- data/vendor/local/share/gtk-doc/html/gio/{ch27s05.html → ch29s05.html} +12 -12
- data/vendor/local/share/gtk-doc/html/gio/{ch27s06.html → ch29s06.html} +10 -10
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +27 -14
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +18 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +39 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +141 -248
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +28 -40
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +29 -112
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +45 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +58 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +18 -20
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +82 -76
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +34 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +25 -33
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +87 -113
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +287 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +119 -151
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +62 -95
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +66 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp +312 -91
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +386 -133
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -12
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +162 -0
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +88 -36
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +506 -95
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gio/networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +68 -17
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/settings.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +9 -3
- data/vendor/local/share/gtk-doc/html/gio/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gio/tls.html +50 -0
- data/vendor/local/share/gtk-doc/html/gio/tools.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/utils.html +7 -7
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +25 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +112 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +15 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +201 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +144 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +97 -136
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +40 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +99 -128
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +104 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +42 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +40 -43
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +224 -314
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +104 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +193 -308
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +51 -76
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +170 -307
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +154 -198
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +45 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +60 -97
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +390 -428
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +265 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +306 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +60 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +122 -152
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +241 -571
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +233 -330
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +310 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +739 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +136 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +22 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +210 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +294 -355
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +27 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +102 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +402 -486
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +308 -442
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +75 -116
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +229 -297
- data/vendor/local/share/gtk-doc/html/glib/glib-Limits-of-Basic-Types.html +36 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +121 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocators.html +23 -27
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Chunks.html +80 -107
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +46 -69
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +63 -99
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +121 -115
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +304 -327
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +307 -366
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +39 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +230 -343
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +121 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +31 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +73 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +75 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +229 -184
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +31 -40
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +247 -286
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +281 -283
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +83 -337
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +65 -80
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +36 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +408 -621
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +253 -322
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +161 -252
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +677 -590
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +88 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +378 -475
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +27 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +39 -48
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +19 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +57 -93
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +413 -534
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +117 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +60 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +38 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +7 -13
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +19 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +6 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +82 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp +144 -103
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +170 -105
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +10 -10
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +48 -43
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +660 -0
- data/vendor/local/share/gtk-doc/html/glib/index.html +8 -4
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +67 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/glib/tools.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +72 -90
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +79 -108
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +67 -85
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +63 -9
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +47 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +65 -53
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/ch06s03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -11
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +19 -19
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +18 -18
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +22 -22
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +16 -16
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +40 -54
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +405 -512
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +170 -213
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +242 -292
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +91 -127
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +407 -573
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +951 -1268
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +383 -441
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +648 -829
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +82 -95
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +31 -49
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +15 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +62 -58
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/index.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +13 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.log → glib_2.28.1-1_win32.log} +690 -773
- data/vendor/local/src/tml/packaging/{glib_2.26.1-1_win32.sh → glib_2.28.1-1_win32.sh} +2 -4
- metadata +78 -146
- data/ext/glib2/Makefile +0 -169
- data/ext/glib2/glib-enum-types.c +0 -1065
- data/ext/glib2/glib-enum-types.h +0 -144
- data/ext/glib2/ruby-glib2.pc +0 -3
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/History.txt +0 -279
- data/test-unit/Manifest.txt +0 -110
- data/test-unit/PSFL +0 -271
- data/test-unit/README.txt +0 -75
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.png +0 -0
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.png +0 -0
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/famfamfam-logo.png +0 -0
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.png +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.png +0 -0
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -285
- data/test-unit/html/index.html.ja +0 -299
- data/test-unit/html/install.png +0 -0
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/jp.png +0 -0
- data/test-unit/html/kinotan-failure.png +0 -0
- data/test-unit/html/kinotan-pass.png +0 -0
- data/test-unit/html/logo.png +0 -0
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/reference.png +0 -0
- data/test-unit/html/rubyforge.png +0 -0
- data/test-unit/html/tango-logo.png +0 -0
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.png +0 -0
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/html/us.png +0 -0
- data/test-unit/images/color-diff.png +0 -0
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1792
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -415
- data/test-unit/lib/test/unit/collector.rb +0 -38
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -187
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/collector/xml.rb +0 -250
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -131
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -185
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/runner/xml.rb +0 -15
- data/test-unit/lib/test/unit/testcase.rb +0 -515
- data/test-unit/lib/test/unit/testresult.rb +0 -125
- data/test-unit/lib/test/unit/testsuite.rb +0 -134
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -467
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -86
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/ui/xml/testrunner.rb +0 -224
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -22
- data/test-unit/test/test-assertions.rb +0 -1849
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -324
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -569
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -137
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/vendor/local/share/gtk-doc/html/gio/ch24.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch25.html +0 -217
- data/vendor/local/share/gtk-doc/html/gio/ch25s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch25s03.html +0 -39
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="volume_mon.html" title="Volumes and Drives">
|
9
9
|
<link rel="prev" href="GVolume.html" title="GVolume">
|
10
10
|
<link rel="next" href="GDrive.html" title="GDrive">
|
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="#GMount.signals" class="shortcut">Signals</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GMount"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,15 +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="GMount.synopsis"></a><h2>Synopsis</h2>
|
46
|
-
<pre class="synopsis">
|
47
|
-
#include <gio/gio.h
|
48
|
-
@see also: GVolume>
|
49
|
-
#include <GUnixMount>
|
46
|
+
<a name="GMountMountFlags"></a><a name="GMountUnmountFlags"></a><pre class="synopsis">
|
47
|
+
#include <gio/gio.h>
|
50
48
|
|
51
49
|
<a class="link" href="GMount.html#GMount-struct" title="GMount">GMount</a>;
|
52
|
-
|
50
|
+
struct <a class="link" href="GMount.html#GMountIface" title="struct GMountIface">GMountIface</a>;
|
53
51
|
<span class="returnvalue">char</span> * <a class="link" href="GMount.html#g-mount-get-name" title="g_mount_get_name ()">g_mount_get_name</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
54
52
|
<span class="returnvalue">char</span> * <a class="link" href="GMount.html#g-mount-get-uuid" title="g_mount_get_uuid ()">g_mount_get_uuid</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
55
53
|
<a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * <a class="link" href="GMount.html#g-mount-get-icon" title="g_mount_get_icon ()">g_mount_get_icon</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
@@ -58,10 +56,10 @@
|
|
58
56
|
<a class="link" href="GVolume.html" title="GVolume"><span class="returnvalue">GVolume</span></a> * <a class="link" href="GMount.html#g-mount-get-volume" title="g_mount_get_volume ()">g_mount_get_volume</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
59
57
|
<a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * <a class="link" href="GMount.html#g-mount-get-default-location" title="g_mount_get_default_location ()">g_mount_get_default_location</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
60
58
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GMount.html#g-mount-can-unmount" title="g_mount_can_unmount ()">g_mount_can_unmount</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
61
|
-
enum <a class="link" href="GMount.html#GMountMountFlags"
|
62
|
-
enum <a class="link" href="GMount.html#GMountUnmountFlags"
|
59
|
+
enum <a class="link" href="GMount.html#GMountMountFlags">GMountMountFlags</a>;
|
60
|
+
enum <a class="link" href="GMount.html#GMountUnmountFlags">GMountUnmountFlags</a>;
|
63
61
|
<span class="returnvalue">void</span> <a class="link" href="GMount.html#g-mount-unmount" title="g_mount_unmount ()">g_mount_unmount</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
64
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
62
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
65
63
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
66
64
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
67
65
|
<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>);
|
@@ -69,7 +67,7 @@ enum <a class="link" href="GMount.html#GMountUnmountFlags" title=
|
|
69
67
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
70
68
|
<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>);
|
71
69
|
<span class="returnvalue">void</span> <a class="link" href="GMount.html#g-mount-unmount-with-operation" title="g_mount_unmount_with_operation ()">g_mount_unmount_with_operation</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
72
|
-
<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>,
|
73
71
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
74
72
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
75
73
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -79,7 +77,7 @@ enum <a class="link" href="GMount.html#GMountUnmountFlags" title=
|
|
79
77
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
80
78
|
<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>);
|
81
79
|
<span class="returnvalue">void</span> <a class="link" href="GMount.html#g-mount-remount" title="g_mount_remount ()">g_mount_remount</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
82
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"
|
80
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"><span class="type">GMountMountFlags</span></a> flags</code></em>,
|
83
81
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
84
82
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
85
83
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -89,7 +87,7 @@ enum <a class="link" href="GMount.html#GMountUnmountFlags" title=
|
|
89
87
|
<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>);
|
90
88
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GMount.html#g-mount-can-eject" title="g_mount_can_eject ()">g_mount_can_eject</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
91
89
|
<span class="returnvalue">void</span> <a class="link" href="GMount.html#g-mount-eject" title="g_mount_eject ()">g_mount_eject</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
92
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
90
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
93
91
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
94
92
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
95
93
|
<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>);
|
@@ -97,7 +95,7 @@ enum <a class="link" href="GMount.html#GMountUnmountFlags" title=
|
|
97
95
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
98
96
|
<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>);
|
99
97
|
<span class="returnvalue">void</span> <a class="link" href="GMount.html#g-mount-eject-with-operation" title="g_mount_eject_with_operation ()">g_mount_eject_with_operation</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
100
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
98
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
101
99
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
102
100
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
103
101
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -122,28 +120,36 @@ enum <a class="link" href="GMount.html#GMountUnmountFlags" title=
|
|
122
120
|
<span class="returnvalue">void</span> <a class="link" href="GMount.html#g-mount-unshadow" title="g_mount_unshadow ()">g_mount_unshadow</a> (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);
|
123
121
|
</pre>
|
124
122
|
</div>
|
125
|
-
<div class="refsect1"
|
123
|
+
<div class="refsect1">
|
126
124
|
<a name="GMount.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
127
125
|
<pre class="synopsis">
|
128
126
|
GInterface
|
129
127
|
+----GMount
|
130
128
|
</pre>
|
129
|
+
<pre class="synopsis">
|
130
|
+
GEnum
|
131
|
+
+----GMountMountFlags
|
132
|
+
</pre>
|
133
|
+
<pre class="synopsis">
|
134
|
+
GFlags
|
135
|
+
+----GMountUnmountFlags
|
136
|
+
</pre>
|
131
137
|
</div>
|
132
|
-
<div class="refsect1"
|
138
|
+
<div class="refsect1">
|
133
139
|
<a name="GMount.prerequisites"></a><h2>Prerequisites</h2>
|
134
140
|
<p>
|
135
141
|
GMount requires
|
136
142
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
137
143
|
</div>
|
138
|
-
<div class="refsect1"
|
144
|
+
<div class="refsect1">
|
139
145
|
<a name="GMount.signals"></a><h2>Signals</h2>
|
140
146
|
<pre class="synopsis">
|
141
|
-
"<a class="link" href="GMount.html#GMount-changed" title='The "changed" signal'>changed</a>" : Run Last
|
142
|
-
"<a class="link" href="GMount.html#GMount-pre-unmount" title='The "pre-unmount" signal'>pre-unmount</a>" : Run Last
|
143
|
-
"<a class="link" href="GMount.html#GMount-unmounted" title='The "unmounted" signal'>unmounted</a>" : Run Last
|
147
|
+
"<a class="link" href="GMount.html#GMount-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>
|
148
|
+
"<a class="link" href="GMount.html#GMount-pre-unmount" title='The "pre-unmount" signal'>pre-unmount</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>
|
149
|
+
"<a class="link" href="GMount.html#GMount-unmounted" title='The "unmounted" signal'>unmounted</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>
|
144
150
|
</pre>
|
145
151
|
</div>
|
146
|
-
<div class="refsect1"
|
152
|
+
<div class="refsect1">
|
147
153
|
<a name="GMount.description"></a><h2>Description</h2>
|
148
154
|
<p>
|
149
155
|
The <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> interface represents user-visible mounts. Note, when
|
@@ -169,19 +175,19 @@ successfully. If an <em class="parameter"><code>error</code></em> is present wh
|
|
169
175
|
is called, then it will be filled with any error information.
|
170
176
|
</p>
|
171
177
|
</div>
|
172
|
-
<div class="refsect1"
|
178
|
+
<div class="refsect1">
|
173
179
|
<a name="GMount.details"></a><h2>Details</h2>
|
174
|
-
<div class="refsect2"
|
180
|
+
<div class="refsect2">
|
175
181
|
<a name="GMount-struct"></a><h3>GMount</h3>
|
176
182
|
<pre class="programlisting">typedef struct _GMount GMount;</pre>
|
177
183
|
<p>
|
178
|
-
A handle to an object implementing the <a class="link" href="GMount.html#GMountIface" title="GMountIface"><span class="type">GMountIface</span></a> interface.
|
184
|
+
A handle to an object implementing the <a class="link" href="GMount.html#GMountIface" title="struct GMountIface"><span class="type">GMountIface</span></a> interface.
|
179
185
|
</p>
|
180
186
|
</div>
|
181
187
|
<hr>
|
182
|
-
<div class="refsect2"
|
183
|
-
<a name="GMountIface"></a><h3>GMountIface</h3>
|
184
|
-
<pre class="programlisting">
|
188
|
+
<div class="refsect2">
|
189
|
+
<a name="GMountIface"></a><h3>struct GMountIface</h3>
|
190
|
+
<pre class="programlisting">struct GMountIface {
|
185
191
|
GTypeInterface g_iface;
|
186
192
|
|
187
193
|
/* signals */
|
@@ -264,7 +270,7 @@ A handle to an object implementing the <a class="link" href="GMount.html#GMountI
|
|
264
270
|
GAsyncResult *result,
|
265
271
|
GError **error);
|
266
272
|
GFile * (* get_default_location) (GMount *mount);
|
267
|
-
}
|
273
|
+
};
|
268
274
|
</pre>
|
269
275
|
<p>
|
270
276
|
Interface for implementing operations for mounts.
|
@@ -274,141 +280,115 @@ Interface for implementing operations for mounts.
|
|
274
280
|
<tbody>
|
275
281
|
<tr>
|
276
282
|
<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="GMountIface.g-iface"></a>g_iface</code></em>;</span></p></td>
|
277
|
-
<td>The parent interface
|
278
|
-
</td>
|
283
|
+
<td>The parent interface.</td>
|
279
284
|
</tr>
|
280
285
|
<tr>
|
281
286
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.changed"></a>changed</code></em> ()</span></p></td>
|
282
|
-
<td>Changed signal that is emitted when the mount's state has changed
|
283
|
-
</td>
|
287
|
+
<td>Changed signal that is emitted when the mount's state has changed.</td>
|
284
288
|
</tr>
|
285
289
|
<tr>
|
286
290
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.unmounted"></a>unmounted</code></em> ()</span></p></td>
|
287
|
-
<td>The unmounted signal that is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized
|
288
|
-
</td>
|
291
|
+
<td>The unmounted signal that is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized.</td>
|
289
292
|
</tr>
|
290
293
|
<tr>
|
291
294
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.get-root"></a>get_root</code></em> ()</span></p></td>
|
292
|
-
<td>Gets a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> to the root directory of the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
293
|
-
</td>
|
295
|
+
<td>Gets a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> to the root directory of the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
294
296
|
</tr>
|
295
297
|
<tr>
|
296
298
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.get-name"></a>get_name</code></em> ()</span></p></td>
|
297
|
-
<td>Gets a string containing the name of the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
298
|
-
</td>
|
299
|
+
<td>Gets a string containing the name of the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
299
300
|
</tr>
|
300
301
|
<tr>
|
301
302
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.get-icon"></a>get_icon</code></em> ()</span></p></td>
|
302
|
-
<td>Gets a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
303
|
-
</td>
|
303
|
+
<td>Gets a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a> for the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
304
304
|
</tr>
|
305
305
|
<tr>
|
306
306
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.get-uuid"></a>get_uuid</code></em> ()</span></p></td>
|
307
|
-
<td>Gets the UUID for the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</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
|
308
|
-
</td>
|
307
|
+
<td>Gets the UUID for the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</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>
|
309
308
|
</tr>
|
310
309
|
<tr>
|
311
310
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.get-volume"></a>get_volume</code></em> ()</span></p></td>
|
312
|
-
<td>Gets a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> the mount 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="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a
|
313
|
-
</td>
|
311
|
+
<td>Gets a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> the mount 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="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>.</td>
|
314
312
|
</tr>
|
315
313
|
<tr>
|
316
314
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.get-drive"></a>get_drive</code></em> ()</span></p></td>
|
317
|
-
<td>Gets a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> the volume of the mount 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="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> or a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>. This is convenience method for getting the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> and using that to get the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a
|
318
|
-
</td>
|
315
|
+
<td>Gets a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> the volume of the mount 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="GMount.html" title="GMount"><span class="type">GMount</span></a> is not associated with a <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a> or a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a>. This is convenience method for getting the <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</span></a> and using that to get the <a class="link" href="GDrive.html" title="GDrive"><span class="type">GDrive</span></a>.</td>
|
319
316
|
</tr>
|
320
317
|
<tr>
|
321
318
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.can-unmount"></a>can_unmount</code></em> ()</span></p></td>
|
322
|
-
<td>Checks if a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> can be unmounted
|
323
|
-
</td>
|
319
|
+
<td>Checks if a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> can be unmounted.</td>
|
324
320
|
</tr>
|
325
321
|
<tr>
|
326
322
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.can-eject"></a>can_eject</code></em> ()</span></p></td>
|
327
|
-
<td>Checks if a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> can be ejected
|
328
|
-
</td>
|
323
|
+
<td>Checks if a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> can be ejected.</td>
|
329
324
|
</tr>
|
330
325
|
<tr>
|
331
326
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.unmount"></a>unmount</code></em> ()</span></p></td>
|
332
|
-
<td>Starts unmounting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
333
|
-
</td>
|
327
|
+
<td>Starts unmounting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
334
328
|
</tr>
|
335
329
|
<tr>
|
336
330
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.unmount-finish"></a>unmount_finish</code></em> ()</span></p></td>
|
337
|
-
<td>Finishes an unmounting operation
|
338
|
-
</td>
|
331
|
+
<td>Finishes an unmounting operation.</td>
|
339
332
|
</tr>
|
340
333
|
<tr>
|
341
334
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.eject"></a>eject</code></em> ()</span></p></td>
|
342
|
-
<td>Starts ejecting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
343
|
-
</td>
|
335
|
+
<td>Starts ejecting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
344
336
|
</tr>
|
345
337
|
<tr>
|
346
338
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.eject-finish"></a>eject_finish</code></em> ()</span></p></td>
|
347
|
-
<td>Finishes an eject operation
|
348
|
-
</td>
|
339
|
+
<td>Finishes an eject operation.</td>
|
349
340
|
</tr>
|
350
341
|
<tr>
|
351
342
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.remount"></a>remount</code></em> ()</span></p></td>
|
352
|
-
<td>Starts remounting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
353
|
-
</td>
|
343
|
+
<td>Starts remounting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
354
344
|
</tr>
|
355
345
|
<tr>
|
356
346
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.remount-finish"></a>remount_finish</code></em> ()</span></p></td>
|
357
|
-
<td>Finishes a remounting operation
|
358
|
-
</td>
|
347
|
+
<td>Finishes a remounting operation.</td>
|
359
348
|
</tr>
|
360
349
|
<tr>
|
361
350
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.guess-content-type"></a>guess_content_type</code></em> ()</span></p></td>
|
362
351
|
<td>Starts guessing the type of the content of a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.
|
363
|
-
|
364
|
-
|
365
|
-
</td>
|
352
|
+
See <a class="link" href="GMount.html#g-mount-guess-content-type" title="g_mount_guess_content_type ()"><code class="function">g_mount_guess_content_type()</code></a> for more information on content
|
353
|
+
type guessing. This operation was added in 2.18.</td>
|
366
354
|
</tr>
|
367
355
|
<tr>
|
368
356
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.guess-content-type-finish"></a>guess_content_type_finish</code></em> ()</span></p></td>
|
369
|
-
<td>Finishes a contenet type guessing operation. Added in 2.18
|
370
|
-
</td>
|
357
|
+
<td>Finishes a contenet type guessing operation. Added in 2.18.</td>
|
371
358
|
</tr>
|
372
359
|
<tr>
|
373
360
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.guess-content-type-sync"></a>guess_content_type_sync</code></em> ()</span></p></td>
|
374
|
-
<td>Synchronous variant of <em class="parameter"><code>guess_content_type</code></em>. Added in 2.18
|
375
|
-
</td>
|
361
|
+
<td>Synchronous variant of <em class="parameter"><code>guess_content_type</code></em>. Added in 2.18</td>
|
376
362
|
</tr>
|
377
363
|
<tr>
|
378
364
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.pre-unmount"></a>pre_unmount</code></em> ()</span></p></td>
|
379
|
-
<td>The pre_unmout signal that is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> will soon be emitted. If the recipient is somehow holding the mount open by keeping an open file on it it should close the file
|
380
|
-
</td>
|
365
|
+
<td>The pre_unmout signal that is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> will soon be emitted. If the recipient is somehow holding the mount open by keeping an open file on it it should close the file.</td>
|
381
366
|
</tr>
|
382
367
|
<tr>
|
383
368
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.unmount-with-operation"></a>unmount_with_operation</code></em> ()</span></p></td>
|
384
|
-
<td>Starts unmounting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22
|
385
|
-
</td>
|
369
|
+
<td>Starts unmounting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22.</td>
|
386
370
|
</tr>
|
387
371
|
<tr>
|
388
372
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.unmount-with-operation-finish"></a>unmount_with_operation_finish</code></em> ()</span></p></td>
|
389
|
-
<td>Finishes an unmounting operation using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22
|
390
|
-
</td>
|
373
|
+
<td>Finishes an unmounting operation using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22.</td>
|
391
374
|
</tr>
|
392
375
|
<tr>
|
393
376
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.eject-with-operation"></a>eject_with_operation</code></em> ()</span></p></td>
|
394
|
-
<td>Starts ejecting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22
|
395
|
-
</td>
|
377
|
+
<td>Starts ejecting a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22.</td>
|
396
378
|
</tr>
|
397
379
|
<tr>
|
398
380
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.eject-with-operation-finish"></a>eject_with_operation_finish</code></em> ()</span></p></td>
|
399
|
-
<td>Finishes an eject operation using a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a>. Since 2.22
|
400
|
-
</td>
|
381
|
+
<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>
|
401
382
|
</tr>
|
402
383
|
<tr>
|
403
384
|
<td><p><span class="term"><em class="structfield"><code><a name="GMountIface.get-default-location"></a>get_default_location</code></em> ()</span></p></td>
|
404
|
-
<td>Gets a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> indication a start location that can be use as the entry point for this mount. Since 2.24
|
405
|
-
</td>
|
385
|
+
<td>Gets a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> indication a start location that can be use as the entry point for this mount. Since 2.24.</td>
|
406
386
|
</tr>
|
407
387
|
</tbody>
|
408
388
|
</table></div>
|
409
389
|
</div>
|
410
390
|
<hr>
|
411
|
-
<div class="refsect2"
|
391
|
+
<div class="refsect2">
|
412
392
|
<a name="g-mount-get-name"></a><h3>g_mount_get_name ()</h3>
|
413
393
|
<pre class="programlisting"><span class="returnvalue">char</span> * g_mount_get_name (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
414
394
|
<p>
|
@@ -419,21 +399,19 @@ Gets the name of <em class="parameter"><code>mount</code></em>.
|
|
419
399
|
<tbody>
|
420
400
|
<tr>
|
421
401
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
422
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
423
|
-
</td>
|
402
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
424
403
|
</tr>
|
425
404
|
<tr>
|
426
405
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
427
|
-
<td>
|
428
|
-
|
429
|
-
|
430
|
-
</td>
|
406
|
+
<td>the name for the given <em class="parameter"><code>mount</code></em>.
|
407
|
+
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>
|
408
|
+
when no longer needed.</td>
|
431
409
|
</tr>
|
432
410
|
</tbody>
|
433
411
|
</table></div>
|
434
412
|
</div>
|
435
413
|
<hr>
|
436
|
-
<div class="refsect2"
|
414
|
+
<div class="refsect2">
|
437
415
|
<a name="g-mount-get-uuid"></a><h3>g_mount_get_uuid ()</h3>
|
438
416
|
<pre class="programlisting"><span class="returnvalue">char</span> * g_mount_get_uuid (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
439
417
|
<p>
|
@@ -447,21 +425,19 @@ available.
|
|
447
425
|
<tbody>
|
448
426
|
<tr>
|
449
427
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
450
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
451
|
-
</td>
|
428
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
452
429
|
</tr>
|
453
430
|
<tr>
|
454
431
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
455
|
-
<td>
|
456
|
-
|
457
|
-
|
458
|
-
</td>
|
432
|
+
<td>the UUID for <em class="parameter"><code>mount</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.
|
433
|
+
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>
|
434
|
+
when no longer needed.</td>
|
459
435
|
</tr>
|
460
436
|
</tbody>
|
461
437
|
</table></div>
|
462
438
|
</div>
|
463
439
|
<hr>
|
464
|
-
<div class="refsect2"
|
440
|
+
<div class="refsect2">
|
465
441
|
<a name="g-mount-get-icon"></a><h3>g_mount_get_icon ()</h3>
|
466
442
|
<pre class="programlisting"><a class="link" href="GIcon.html" title="GIcon"><span class="returnvalue">GIcon</span></a> * g_mount_get_icon (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
467
443
|
<p>
|
@@ -472,21 +448,20 @@ Gets the icon for <em class="parameter"><code>mount</code></em>.
|
|
472
448
|
<tbody>
|
473
449
|
<tr>
|
474
450
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
475
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
476
|
-
</td>
|
451
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
477
452
|
</tr>
|
478
453
|
<tr>
|
479
454
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
480
|
-
<td>
|
481
|
-
|
482
|
-
|
455
|
+
<td>a <a class="link" href="GIcon.html" title="GIcon"><span class="type">GIcon</span></a>.
|
456
|
+
The returned object should be unreffed with
|
457
|
+
<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> when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
483
458
|
</td>
|
484
459
|
</tr>
|
485
460
|
</tbody>
|
486
461
|
</table></div>
|
487
462
|
</div>
|
488
463
|
<hr>
|
489
|
-
<div class="refsect2"
|
464
|
+
<div class="refsect2">
|
490
465
|
<a name="g-mount-get-drive"></a><h3>g_mount_get_drive ()</h3>
|
491
466
|
<pre class="programlisting"><a class="link" href="GDrive.html" title="GDrive"><span class="returnvalue">GDrive</span></a> * g_mount_get_drive (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
492
467
|
<p>
|
@@ -501,21 +476,20 @@ using that object to get the <a class="link" href="GDrive.html" title="GDrive"><
|
|
501
476
|
<tbody>
|
502
477
|
<tr>
|
503
478
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
504
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
505
|
-
</td>
|
479
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
506
480
|
</tr>
|
507
481
|
<tr>
|
508
482
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
509
|
-
<td>
|
510
|
-
|
511
|
-
|
483
|
+
<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>mount</code></em> is not associated with a volume or a drive.
|
484
|
+
The returned object should be unreffed with
|
485
|
+
<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> when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
512
486
|
</td>
|
513
487
|
</tr>
|
514
488
|
</tbody>
|
515
489
|
</table></div>
|
516
490
|
</div>
|
517
491
|
<hr>
|
518
|
-
<div class="refsect2"
|
492
|
+
<div class="refsect2">
|
519
493
|
<a name="g-mount-get-root"></a><h3>g_mount_get_root ()</h3>
|
520
494
|
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_mount_get_root (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
521
495
|
<p>
|
@@ -526,21 +500,20 @@ Gets the root directory on <em class="parameter"><code>mount</code></em>.
|
|
526
500
|
<tbody>
|
527
501
|
<tr>
|
528
502
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
529
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
530
|
-
</td>
|
503
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
531
504
|
</tr>
|
532
505
|
<tr>
|
533
506
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
534
|
-
<td>
|
535
|
-
|
536
|
-
|
507
|
+
<td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
|
508
|
+
The returned object should be unreffed with
|
509
|
+
<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> when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
537
510
|
</td>
|
538
511
|
</tr>
|
539
512
|
</tbody>
|
540
513
|
</table></div>
|
541
514
|
</div>
|
542
515
|
<hr>
|
543
|
-
<div class="refsect2"
|
516
|
+
<div class="refsect2">
|
544
517
|
<a name="g-mount-get-volume"></a><h3>g_mount_get_volume ()</h3>
|
545
518
|
<pre class="programlisting"><a class="link" href="GVolume.html" title="GVolume"><span class="returnvalue">GVolume</span></a> * g_mount_get_volume (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
546
519
|
<p>
|
@@ -551,21 +524,20 @@ Gets the volume for the <em class="parameter"><code>mount</code></em>.
|
|
551
524
|
<tbody>
|
552
525
|
<tr>
|
553
526
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
554
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
555
|
-
</td>
|
527
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
556
528
|
</tr>
|
557
529
|
<tr>
|
558
530
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
559
|
-
<td>
|
560
|
-
|
561
|
-
|
531
|
+
<td>a <a class="link" href="GVolume.html" title="GVolume"><span class="type">GVolume</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>mount</code></em> is not associated with a volume.
|
532
|
+
The returned object should be unreffed with
|
533
|
+
<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> when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
562
534
|
</td>
|
563
535
|
</tr>
|
564
536
|
</tbody>
|
565
537
|
</table></div>
|
566
538
|
</div>
|
567
539
|
<hr>
|
568
|
-
<div class="refsect2"
|
540
|
+
<div class="refsect2">
|
569
541
|
<a name="g-mount-get-default-location"></a><h3>g_mount_get_default_location ()</h3>
|
570
542
|
<pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_mount_get_default_location (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
571
543
|
<p>
|
@@ -578,21 +550,20 @@ the home directory, or the root of the volume).
|
|
578
550
|
<tbody>
|
579
551
|
<tr>
|
580
552
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
581
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
582
|
-
</td>
|
553
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
583
554
|
</tr>
|
584
555
|
<tr>
|
585
556
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
586
|
-
<td>
|
587
|
-
|
588
|
-
|
557
|
+
<td>a <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>.
|
558
|
+
The returned object should be unreffed with
|
559
|
+
<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> when no longer needed. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
589
560
|
</td>
|
590
561
|
</tr>
|
591
562
|
</tbody>
|
592
563
|
</table></div>
|
593
564
|
</div>
|
594
565
|
<hr>
|
595
|
-
<div class="refsect2"
|
566
|
+
<div class="refsect2">
|
596
567
|
<a name="g-mount-can-unmount"></a><h3>g_mount_can_unmount ()</h3>
|
597
568
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_can_unmount (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
598
569
|
<p>
|
@@ -603,19 +574,18 @@ Checks if <em class="parameter"><code>mount</code></em> can be mounted.
|
|
603
574
|
<tbody>
|
604
575
|
<tr>
|
605
576
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
606
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
607
|
-
</td>
|
577
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
608
578
|
</tr>
|
609
579
|
<tr>
|
610
580
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
611
|
-
<td>
|
612
|
-
</td>
|
581
|
+
<td>
|
582
|
+
<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>mount</code></em> can be unmounted.</td>
|
613
583
|
</tr>
|
614
584
|
</tbody>
|
615
585
|
</table></div>
|
616
586
|
</div>
|
617
587
|
<hr>
|
618
|
-
<div class="refsect2"
|
588
|
+
<div class="refsect2">
|
619
589
|
<a name="GMountMountFlags"></a><h3>enum GMountMountFlags</h3>
|
620
590
|
<pre class="programlisting">typedef enum {
|
621
591
|
G_MOUNT_MOUNT_NONE = 0
|
@@ -634,7 +604,7 @@ Flags used when mounting a mount.
|
|
634
604
|
</table></div>
|
635
605
|
</div>
|
636
606
|
<hr>
|
637
|
-
<div class="refsect2"
|
607
|
+
<div class="refsect2">
|
638
608
|
<a name="GMountUnmountFlags"></a><h3>enum GMountUnmountFlags</h3>
|
639
609
|
<pre class="programlisting">typedef enum {
|
640
610
|
G_MOUNT_UNMOUNT_NONE = 0,
|
@@ -662,14 +632,14 @@ Flags used when an unmounting a mount.
|
|
662
632
|
</table></div>
|
663
633
|
</div>
|
664
634
|
<hr>
|
665
|
-
<div class="refsect2"
|
635
|
+
<div class="refsect2">
|
666
636
|
<a name="g-mount-unmount"></a><h3>g_mount_unmount ()</h3>
|
667
637
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_unmount (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
668
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
638
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
669
639
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
670
640
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
671
641
|
<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>
|
672
|
-
<div class="warning"
|
642
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
673
643
|
<h3 class="title">Warning</h3>
|
674
644
|
<p><code class="literal">g_mount_unmount</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-unmount-with-operation" title="g_mount_unmount_with_operation ()"><code class="function">g_mount_unmount_with_operation()</code></a> instead.</p>
|
675
645
|
</div>
|
@@ -683,39 +653,36 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
683
653
|
<tbody>
|
684
654
|
<tr>
|
685
655
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
686
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
687
|
-
</td>
|
656
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
688
657
|
</tr>
|
689
658
|
<tr>
|
690
659
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
691
|
-
<td>flags affecting the operation
|
692
|
-
</td>
|
660
|
+
<td>flags affecting the operation</td>
|
693
661
|
</tr>
|
694
662
|
<tr>
|
695
663
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
696
|
-
<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.
|
664
|
+
<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>
|
697
665
|
</td>
|
698
666
|
</tr>
|
699
667
|
<tr>
|
700
668
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
701
|
-
<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>.
|
669
|
+
<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>
|
702
670
|
</td>
|
703
671
|
</tr>
|
704
672
|
<tr>
|
705
673
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
706
|
-
<td>user data passed to <em class="parameter"><code>callback</code></em
|
707
|
-
</td>
|
674
|
+
<td>user data passed to <em class="parameter"><code>callback</code></em>.</td>
|
708
675
|
</tr>
|
709
676
|
</tbody>
|
710
677
|
</table></div>
|
711
678
|
</div>
|
712
679
|
<hr>
|
713
|
-
<div class="refsect2"
|
680
|
+
<div class="refsect2">
|
714
681
|
<a name="g-mount-unmount-finish"></a><h3>g_mount_unmount_finish ()</h3>
|
715
682
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_unmount_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
716
683
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
717
684
|
<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>
|
718
|
-
<div class="warning"
|
685
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
719
686
|
<h3 class="title">Warning</h3>
|
720
687
|
<p><code class="literal">g_mount_unmount_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-unmount-with-operation-finish" title="g_mount_unmount_with_operation_finish ()"><code class="function">g_mount_unmount_with_operation_finish()</code></a> instead.</p>
|
721
688
|
</div>
|
@@ -728,34 +695,30 @@ Finishes unmounting a mount. If any errors occurred during the operation,
|
|
728
695
|
<tbody>
|
729
696
|
<tr>
|
730
697
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
731
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
732
|
-
</td>
|
698
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
733
699
|
</tr>
|
734
700
|
<tr>
|
735
701
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
736
|
-
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a
|
737
|
-
</td>
|
702
|
+
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
|
738
703
|
</tr>
|
739
704
|
<tr>
|
740
705
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
741
|
-
<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
|
742
|
-
|
743
|
-
</td>
|
706
|
+
<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
|
707
|
+
ignore.</td>
|
744
708
|
</tr>
|
745
709
|
<tr>
|
746
710
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
747
|
-
<td>
|
748
|
-
|
749
|
-
</td>
|
711
|
+
<td>
|
712
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully unmounted. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
750
713
|
</tr>
|
751
714
|
</tbody>
|
752
715
|
</table></div>
|
753
716
|
</div>
|
754
717
|
<hr>
|
755
|
-
<div class="refsect2"
|
718
|
+
<div class="refsect2">
|
756
719
|
<a name="g-mount-unmount-with-operation"></a><h3>g_mount_unmount_with_operation ()</h3>
|
757
720
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_unmount_with_operation (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
758
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
721
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
759
722
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
760
723
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
761
724
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -770,40 +733,38 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
770
733
|
<tbody>
|
771
734
|
<tr>
|
772
735
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
773
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
774
|
-
</td>
|
736
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
775
737
|
</tr>
|
776
738
|
<tr>
|
777
739
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
778
|
-
<td>flags affecting the operation
|
779
|
-
</td>
|
740
|
+
<td>flags affecting the operation</td>
|
780
741
|
</tr>
|
781
742
|
<tr>
|
782
743
|
<td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
|
783
|
-
<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
|
744
|
+
<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
|
745
|
+
user interaction. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
784
746
|
</td>
|
785
747
|
</tr>
|
786
748
|
<tr>
|
787
749
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
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.
|
750
|
+
<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>
|
789
751
|
</td>
|
790
752
|
</tr>
|
791
753
|
<tr>
|
792
754
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></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>.
|
755
|
+
<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>
|
794
756
|
</td>
|
795
757
|
</tr>
|
796
758
|
<tr>
|
797
759
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
798
|
-
<td>user data passed to <em class="parameter"><code>callback</code></em
|
799
|
-
</td>
|
760
|
+
<td>user data passed to <em class="parameter"><code>callback</code></em>.</td>
|
800
761
|
</tr>
|
801
762
|
</tbody>
|
802
763
|
</table></div>
|
803
764
|
<p class="since">Since 2.22</p>
|
804
765
|
</div>
|
805
766
|
<hr>
|
806
|
-
<div class="refsect2"
|
767
|
+
<div class="refsect2">
|
807
768
|
<a name="g-mount-unmount-with-operation-finish"></a><h3>g_mount_unmount_with_operation_finish ()</h3>
|
808
769
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_unmount_with_operation_finish
|
809
770
|
(<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
@@ -818,35 +779,31 @@ Finishes unmounting a mount. If any errors occurred during the operation,
|
|
818
779
|
<tbody>
|
819
780
|
<tr>
|
820
781
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
821
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
822
|
-
</td>
|
782
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
823
783
|
</tr>
|
824
784
|
<tr>
|
825
785
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
826
|
-
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a
|
827
|
-
</td>
|
786
|
+
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
|
828
787
|
</tr>
|
829
788
|
<tr>
|
830
789
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
831
790
|
<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
|
832
|
-
|
833
|
-
</td>
|
791
|
+
ignore.</td>
|
834
792
|
</tr>
|
835
793
|
<tr>
|
836
794
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
837
|
-
<td>
|
838
|
-
|
839
|
-
</td>
|
795
|
+
<td>
|
796
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully unmounted. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
840
797
|
</tr>
|
841
798
|
</tbody>
|
842
799
|
</table></div>
|
843
800
|
<p class="since">Since 2.22</p>
|
844
801
|
</div>
|
845
802
|
<hr>
|
846
|
-
<div class="refsect2"
|
803
|
+
<div class="refsect2">
|
847
804
|
<a name="g-mount-remount"></a><h3>g_mount_remount ()</h3>
|
848
805
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_remount (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
849
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"
|
806
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountMountFlags"><span class="type">GMountMountFlags</span></a> flags</code></em>,
|
850
807
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
851
808
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
852
809
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -868,39 +825,37 @@ unmounted.
|
|
868
825
|
<tbody>
|
869
826
|
<tr>
|
870
827
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
871
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
872
|
-
</td>
|
828
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
873
829
|
</tr>
|
874
830
|
<tr>
|
875
831
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
876
|
-
<td>flags affecting the operation
|
877
|
-
</td>
|
832
|
+
<td>flags affecting the operation</td>
|
878
833
|
</tr>
|
879
834
|
<tr>
|
880
835
|
<td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
|
881
|
-
<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
|
836
|
+
<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
|
837
|
+
user interaction. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
882
838
|
</td>
|
883
839
|
</tr>
|
884
840
|
<tr>
|
885
841
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
886
|
-
<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.
|
842
|
+
<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>
|
887
843
|
</td>
|
888
844
|
</tr>
|
889
845
|
<tr>
|
890
846
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
891
|
-
<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>.
|
847
|
+
<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>
|
892
848
|
</td>
|
893
849
|
</tr>
|
894
850
|
<tr>
|
895
851
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
896
|
-
<td>user data passed to <em class="parameter"><code>callback</code></em
|
897
|
-
</td>
|
852
|
+
<td>user data passed to <em class="parameter"><code>callback</code></em>.</td>
|
898
853
|
</tr>
|
899
854
|
</tbody>
|
900
855
|
</table></div>
|
901
856
|
</div>
|
902
857
|
<hr>
|
903
|
-
<div class="refsect2"
|
858
|
+
<div class="refsect2">
|
904
859
|
<a name="g-mount-remount-finish"></a><h3>g_mount_remount_finish ()</h3>
|
905
860
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_remount_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
906
861
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
@@ -914,30 +869,27 @@ Finishes remounting a mount. If any errors occurred during the operation,
|
|
914
869
|
<tbody>
|
915
870
|
<tr>
|
916
871
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
917
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
918
|
-
</td>
|
872
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
919
873
|
</tr>
|
920
874
|
<tr>
|
921
875
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
922
|
-
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a
|
923
|
-
</td>
|
876
|
+
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
|
924
877
|
</tr>
|
925
878
|
<tr>
|
926
879
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
927
|
-
<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
|
928
|
-
|
929
|
-
</td>
|
880
|
+
<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
|
881
|
+
ignore.</td>
|
930
882
|
</tr>
|
931
883
|
<tr>
|
932
884
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
933
|
-
<td>
|
934
|
-
</td>
|
885
|
+
<td>
|
886
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount was successfully remounted. <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
935
887
|
</tr>
|
936
888
|
</tbody>
|
937
889
|
</table></div>
|
938
890
|
</div>
|
939
891
|
<hr>
|
940
|
-
<div class="refsect2"
|
892
|
+
<div class="refsect2">
|
941
893
|
<a name="g-mount-can-eject"></a><h3>g_mount_can_eject ()</h3>
|
942
894
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_can_eject (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
943
895
|
<p>
|
@@ -948,26 +900,25 @@ Checks if <em class="parameter"><code>mount</code></em> can be eject.
|
|
948
900
|
<tbody>
|
949
901
|
<tr>
|
950
902
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
951
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
952
|
-
</td>
|
903
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
953
904
|
</tr>
|
954
905
|
<tr>
|
955
906
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
956
|
-
<td>
|
957
|
-
</td>
|
907
|
+
<td>
|
908
|
+
<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>mount</code></em> can be ejected.</td>
|
958
909
|
</tr>
|
959
910
|
</tbody>
|
960
911
|
</table></div>
|
961
912
|
</div>
|
962
913
|
<hr>
|
963
|
-
<div class="refsect2"
|
914
|
+
<div class="refsect2">
|
964
915
|
<a name="g-mount-eject"></a><h3>g_mount_eject ()</h3>
|
965
916
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_eject (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
966
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
917
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
967
918
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
968
919
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
969
920
|
<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>
|
970
|
-
<div class="warning"
|
921
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
971
922
|
<h3 class="title">Warning</h3>
|
972
923
|
<p><code class="literal">g_mount_eject</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-eject-with-operation" title="g_mount_eject_with_operation ()"><code class="function">g_mount_eject_with_operation()</code></a> instead.</p>
|
973
924
|
</div>
|
@@ -981,39 +932,36 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
981
932
|
<tbody>
|
982
933
|
<tr>
|
983
934
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
984
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
985
|
-
</td>
|
935
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
986
936
|
</tr>
|
987
937
|
<tr>
|
988
938
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
989
|
-
<td>flags affecting the unmount if required for eject
|
990
|
-
</td>
|
939
|
+
<td>flags affecting the unmount if required for eject</td>
|
991
940
|
</tr>
|
992
941
|
<tr>
|
993
942
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
994
|
-
<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.
|
943
|
+
<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>
|
995
944
|
</td>
|
996
945
|
</tr>
|
997
946
|
<tr>
|
998
947
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
999
|
-
<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>.
|
948
|
+
<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>
|
1000
949
|
</td>
|
1001
950
|
</tr>
|
1002
951
|
<tr>
|
1003
952
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1004
|
-
<td>user data passed to <em class="parameter"><code>callback</code></em
|
1005
|
-
</td>
|
953
|
+
<td>user data passed to <em class="parameter"><code>callback</code></em>.</td>
|
1006
954
|
</tr>
|
1007
955
|
</tbody>
|
1008
956
|
</table></div>
|
1009
957
|
</div>
|
1010
958
|
<hr>
|
1011
|
-
<div class="refsect2"
|
959
|
+
<div class="refsect2">
|
1012
960
|
<a name="g-mount-eject-finish"></a><h3>g_mount_eject_finish ()</h3>
|
1013
961
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_eject_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
1014
962
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
1015
963
|
<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>
|
1016
|
-
<div class="warning"
|
964
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1017
965
|
<h3 class="title">Warning</h3>
|
1018
966
|
<p><code class="literal">g_mount_eject_finish</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use <a class="link" href="GMount.html#g-mount-eject-with-operation-finish" title="g_mount_eject_with_operation_finish ()"><code class="function">g_mount_eject_with_operation_finish()</code></a> instead.</p>
|
1019
967
|
</div>
|
@@ -1026,34 +974,30 @@ Finishes ejecting a mount. If any errors occurred during the operation,
|
|
1026
974
|
<tbody>
|
1027
975
|
<tr>
|
1028
976
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1029
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
1030
|
-
</td>
|
977
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
1031
978
|
</tr>
|
1032
979
|
<tr>
|
1033
980
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
1034
|
-
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a
|
1035
|
-
</td>
|
981
|
+
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
|
1036
982
|
</tr>
|
1037
983
|
<tr>
|
1038
984
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1039
|
-
<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
|
1040
|
-
|
1041
|
-
</td>
|
985
|
+
<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
|
986
|
+
ignore.</td>
|
1042
987
|
</tr>
|
1043
988
|
<tr>
|
1044
989
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1045
|
-
<td>
|
1046
|
-
|
1047
|
-
</td>
|
990
|
+
<td>
|
991
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount 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>
|
1048
992
|
</tr>
|
1049
993
|
</tbody>
|
1050
994
|
</table></div>
|
1051
995
|
</div>
|
1052
996
|
<hr>
|
1053
|
-
<div class="refsect2"
|
997
|
+
<div class="refsect2">
|
1054
998
|
<a name="g-mount-eject-with-operation"></a><h3>g_mount_eject_with_operation ()</h3>
|
1055
999
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_eject_with_operation (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
1056
|
-
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"
|
1000
|
+
<em class="parameter"><code><a class="link" href="GMount.html#GMountUnmountFlags"><span class="type">GMountUnmountFlags</span></a> flags</code></em>,
|
1057
1001
|
<em class="parameter"><code><a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> *mount_operation</code></em>,
|
1058
1002
|
<em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>,
|
1059
1003
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
|
@@ -1068,40 +1012,38 @@ and <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="t
|
|
1068
1012
|
<tbody>
|
1069
1013
|
<tr>
|
1070
1014
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1071
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
1072
|
-
</td>
|
1015
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
1073
1016
|
</tr>
|
1074
1017
|
<tr>
|
1075
1018
|
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
|
1076
|
-
<td>flags affecting the unmount if required for eject
|
1077
|
-
</td>
|
1019
|
+
<td>flags affecting the unmount if required for eject</td>
|
1078
1020
|
</tr>
|
1079
1021
|
<tr>
|
1080
1022
|
<td><p><span class="term"><em class="parameter"><code>mount_operation</code></em> :</span></p></td>
|
1081
|
-
<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
|
1023
|
+
<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
|
1024
|
+
user interaction. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1082
1025
|
</td>
|
1083
1026
|
</tr>
|
1084
1027
|
<tr>
|
1085
1028
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
1086
|
-
<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.
|
1029
|
+
<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>
|
1087
1030
|
</td>
|
1088
1031
|
</tr>
|
1089
1032
|
<tr>
|
1090
1033
|
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
|
1091
|
-
<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>.
|
1034
|
+
<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>
|
1092
1035
|
</td>
|
1093
1036
|
</tr>
|
1094
1037
|
<tr>
|
1095
1038
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
1096
|
-
<td>user data passed to <em class="parameter"><code>callback</code></em
|
1097
|
-
</td>
|
1039
|
+
<td>user data passed to <em class="parameter"><code>callback</code></em>.</td>
|
1098
1040
|
</tr>
|
1099
1041
|
</tbody>
|
1100
1042
|
</table></div>
|
1101
1043
|
<p class="since">Since 2.22</p>
|
1102
1044
|
</div>
|
1103
1045
|
<hr>
|
1104
|
-
<div class="refsect2"
|
1046
|
+
<div class="refsect2">
|
1105
1047
|
<a name="g-mount-eject-with-operation-finish"></a><h3>g_mount_eject_with_operation_finish ()</h3>
|
1106
1048
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_eject_with_operation_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
1107
1049
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
@@ -1115,32 +1057,28 @@ Finishes ejecting a mount. If any errors occurred during the operation,
|
|
1115
1057
|
<tbody>
|
1116
1058
|
<tr>
|
1117
1059
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1118
|
-
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
1119
|
-
</td>
|
1060
|
+
<td>a <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
1120
1061
|
</tr>
|
1121
1062
|
<tr>
|
1122
1063
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
1123
|
-
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a
|
1124
|
-
</td>
|
1064
|
+
<td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>.</td>
|
1125
1065
|
</tr>
|
1126
1066
|
<tr>
|
1127
1067
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1128
1068
|
<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
|
1129
|
-
|
1130
|
-
</td>
|
1069
|
+
ignore.</td>
|
1131
1070
|
</tr>
|
1132
1071
|
<tr>
|
1133
1072
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1134
|
-
<td>
|
1135
|
-
|
1136
|
-
</td>
|
1073
|
+
<td>
|
1074
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mount 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>
|
1137
1075
|
</tr>
|
1138
1076
|
</tbody>
|
1139
1077
|
</table></div>
|
1140
1078
|
<p class="since">Since 2.22</p>
|
1141
1079
|
</div>
|
1142
1080
|
<hr>
|
1143
|
-
<div class="refsect2"
|
1081
|
+
<div class="refsect2">
|
1144
1082
|
<a name="g-mount-guess-content-type"></a><h3>g_mount_guess_content_type ()</h3>
|
1145
1083
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_guess_content_type (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
1146
1084
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
|
@@ -1170,13 +1108,12 @@ is finished by calling <a class="link" href="GMount.html#g-mount-guess-content-t
|
|
1170
1108
|
</tr>
|
1171
1109
|
<tr>
|
1172
1110
|
<td><p><span class="term"><em class="parameter"><code>force_rescan</code></em> :</span></p></td>
|
1173
|
-
<td>Whether to force a rescan of the content.
|
1174
|
-
|
1175
|
-
</td>
|
1111
|
+
<td>Whether to force a rescan of the content.
|
1112
|
+
Otherwise a cached result will be used if available</td>
|
1176
1113
|
</tr>
|
1177
1114
|
<tr>
|
1178
1115
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
1179
|
-
<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
|
1116
|
+
<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>
|
1180
1117
|
</td>
|
1181
1118
|
</tr>
|
1182
1119
|
<tr>
|
@@ -1194,7 +1131,7 @@ is finished by calling <a class="link" href="GMount.html#g-mount-guess-content-t
|
|
1194
1131
|
<p class="since">Since 2.18</p>
|
1195
1132
|
</div>
|
1196
1133
|
<hr>
|
1197
|
-
<div class="refsect2"
|
1134
|
+
<div class="refsect2">
|
1198
1135
|
<a name="g-mount-guess-content-type-finish"></a><h3>g_mount_guess_content_type_finish ()</h3>
|
1199
1136
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** g_mount_guess_content_type_finish (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
1200
1137
|
<em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>,
|
@@ -1221,15 +1158,13 @@ guessing.
|
|
1221
1158
|
</tr>
|
1222
1159
|
<tr>
|
1223
1160
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1224
|
-
<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
|
1225
|
-
|
1226
|
-
</td>
|
1161
|
+
<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
|
1162
|
+
ignore</td>
|
1227
1163
|
</tr>
|
1228
1164
|
<tr>
|
1229
1165
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1230
|
-
<td>
|
1231
|
-
|
1232
|
-
|
1166
|
+
<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 content types or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
|
1167
|
+
Caller should free this array with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when done with it. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span>
|
1233
1168
|
</td>
|
1234
1169
|
</tr>
|
1235
1170
|
</tbody>
|
@@ -1237,7 +1172,7 @@ guessing.
|
|
1237
1172
|
<p class="since">Since 2.18</p>
|
1238
1173
|
</div>
|
1239
1174
|
<hr>
|
1240
|
-
<div class="refsect2"
|
1175
|
+
<div class="refsect2">
|
1241
1176
|
<a name="g-mount-guess-content-type-sync"></a><h3>g_mount_guess_content_type_sync ()</h3>
|
1242
1177
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> ** g_mount_guess_content_type_sync (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>,
|
1243
1178
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_rescan</code></em>,
|
@@ -1265,25 +1200,22 @@ see <a class="link" href="GMount.html#g-mount-guess-content-type" title="g_mount
|
|
1265
1200
|
<tr>
|
1266
1201
|
<td><p><span class="term"><em class="parameter"><code>force_rescan</code></em> :</span></p></td>
|
1267
1202
|
<td>Whether to force a rescan of the content.
|
1268
|
-
|
1269
|
-
</td>
|
1203
|
+
Otherwise a cached result will be used if available</td>
|
1270
1204
|
</tr>
|
1271
1205
|
<tr>
|
1272
1206
|
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
|
1273
|
-
<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
|
1207
|
+
<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>
|
1274
1208
|
</td>
|
1275
1209
|
</tr>
|
1276
1210
|
<tr>
|
1277
1211
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1278
1212
|
<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
|
1279
|
-
|
1280
|
-
</td>
|
1213
|
+
ignore</td>
|
1281
1214
|
</tr>
|
1282
1215
|
<tr>
|
1283
1216
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1284
|
-
<td>
|
1285
|
-
|
1286
|
-
|
1217
|
+
<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 content types or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error.
|
1218
|
+
Caller should free this array with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when done with it. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span>
|
1287
1219
|
</td>
|
1288
1220
|
</tr>
|
1289
1221
|
</tbody>
|
@@ -1291,7 +1223,7 @@ see <a class="link" href="GMount.html#g-mount-guess-content-type" title="g_mount
|
|
1291
1223
|
<p class="since">Since 2.18</p>
|
1292
1224
|
</div>
|
1293
1225
|
<hr>
|
1294
|
-
<div class="refsect2"
|
1226
|
+
<div class="refsect2">
|
1295
1227
|
<a name="g-mount-is-shadowed"></a><h3>g_mount_is_shadowed ()</h3>
|
1296
1228
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_mount_is_shadowed (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
1297
1229
|
<p>
|
@@ -1327,21 +1259,19 @@ activation root on a <a class="link" href="GVolume.html" title="GVolume"><span c
|
|
1327
1259
|
<tbody>
|
1328
1260
|
<tr>
|
1329
1261
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1330
|
-
<td>A <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
1331
|
-
</td>
|
1262
|
+
<td>A <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
1332
1263
|
</tr>
|
1333
1264
|
<tr>
|
1334
1265
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1335
|
-
<td>
|
1336
|
-
|
1337
|
-
</td>
|
1266
|
+
<td>
|
1267
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>mount</code></em> is shadowed.</td>
|
1338
1268
|
</tr>
|
1339
1269
|
</tbody>
|
1340
1270
|
</table></div>
|
1341
1271
|
<p class="since">Since 2.20</p>
|
1342
1272
|
</div>
|
1343
1273
|
<hr>
|
1344
|
-
<div class="refsect2"
|
1274
|
+
<div class="refsect2">
|
1345
1275
|
<a name="g-mount-shadow"></a><h3>g_mount_shadow ()</h3>
|
1346
1276
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_shadow (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
1347
1277
|
<p>
|
@@ -1354,14 +1284,13 @@ will need to emit the <a class="link" href="GMount.html#GMount-changed" title='T
|
|
1354
1284
|
<col align="left" valign="top">
|
1355
1285
|
<tbody><tr>
|
1356
1286
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1357
|
-
<td>A <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
1358
|
-
</td>
|
1287
|
+
<td>A <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
1359
1288
|
</tr></tbody>
|
1360
1289
|
</table></div>
|
1361
1290
|
<p class="since">Since 2.20</p>
|
1362
1291
|
</div>
|
1363
1292
|
<hr>
|
1364
|
-
<div class="refsect2"
|
1293
|
+
<div class="refsect2">
|
1365
1294
|
<a name="g-mount-unshadow"></a><h3>g_mount_unshadow ()</h3>
|
1366
1295
|
<pre class="programlisting"><span class="returnvalue">void</span> g_mount_unshadow (<em class="parameter"><code><a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount</code></em>);</pre>
|
1367
1296
|
<p>
|
@@ -1374,19 +1303,18 @@ will need to emit the <a class="link" href="GMount.html#GMount-changed" title='T
|
|
1374
1303
|
<col align="left" valign="top">
|
1375
1304
|
<tbody><tr>
|
1376
1305
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1377
|
-
<td>A <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a
|
1378
|
-
</td>
|
1306
|
+
<td>A <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a>.</td>
|
1379
1307
|
</tr></tbody>
|
1380
1308
|
</table></div>
|
1381
1309
|
<p class="since">Since 2.20</p>
|
1382
1310
|
</div>
|
1383
1311
|
</div>
|
1384
|
-
<div class="refsect1"
|
1312
|
+
<div class="refsect1">
|
1385
1313
|
<a name="GMount.signal-details"></a><h2>Signal Details</h2>
|
1386
|
-
<div class="refsect2"
|
1314
|
+
<div class="refsect2">
|
1387
1315
|
<a name="GMount-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
1388
1316
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
|
1389
|
-
<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>
|
1317
|
+
<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>
|
1390
1318
|
<p>
|
1391
1319
|
Emitted when the mount has been changed.
|
1392
1320
|
</p>
|
@@ -1395,8 +1323,7 @@ Emitted when the mount has been changed.
|
|
1395
1323
|
<tbody>
|
1396
1324
|
<tr>
|
1397
1325
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1398
|
-
<td>the object on which the signal is emitted
|
1399
|
-
</td>
|
1326
|
+
<td>the object on which the signal is emitted</td>
|
1400
1327
|
</tr>
|
1401
1328
|
<tr>
|
1402
1329
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1406,10 +1333,10 @@ Emitted when the mount has been changed.
|
|
1406
1333
|
</table></div>
|
1407
1334
|
</div>
|
1408
1335
|
<hr>
|
1409
|
-
<div class="refsect2"
|
1336
|
+
<div class="refsect2">
|
1410
1337
|
<a name="GMount-pre-unmount"></a><h3>The <code class="literal">"pre-unmount"</code> signal</h3>
|
1411
1338
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
|
1412
|
-
<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>
|
1339
|
+
<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>
|
1413
1340
|
<p>
|
1414
1341
|
This signal is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> is about to be
|
1415
1342
|
unmounted.
|
@@ -1419,8 +1346,7 @@ unmounted.
|
|
1419
1346
|
<tbody>
|
1420
1347
|
<tr>
|
1421
1348
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1422
|
-
<td>the object on which the signal is emitted
|
1423
|
-
</td>
|
1349
|
+
<td>the object on which the signal is emitted</td>
|
1424
1350
|
</tr>
|
1425
1351
|
<tr>
|
1426
1352
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1431,10 +1357,10 @@ unmounted.
|
|
1431
1357
|
<p class="since">Since 2.22</p>
|
1432
1358
|
</div>
|
1433
1359
|
<hr>
|
1434
|
-
<div class="refsect2"
|
1360
|
+
<div class="refsect2">
|
1435
1361
|
<a name="GMount-unmounted"></a><h3>The <code class="literal">"unmounted"</code> signal</h3>
|
1436
1362
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> *mount,
|
1437
|
-
<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>
|
1363
|
+
<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>
|
1438
1364
|
<p>
|
1439
1365
|
This signal is emitted when the <a class="link" href="GMount.html" title="GMount"><span class="type">GMount</span></a> have been
|
1440
1366
|
unmounted. If the recipient is holding references to the
|
@@ -1446,8 +1372,7 @@ finalized.
|
|
1446
1372
|
<tbody>
|
1447
1373
|
<tr>
|
1448
1374
|
<td><p><span class="term"><em class="parameter"><code>mount</code></em> :</span></p></td>
|
1449
|
-
<td>the object on which the signal is emitted
|
1450
|
-
</td>
|
1375
|
+
<td>the object on which the signal is emitted</td>
|
1451
1376
|
</tr>
|
1452
1377
|
<tr>
|
1453
1378
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1457,9 +1382,13 @@ finalized.
|
|
1457
1382
|
</table></div>
|
1458
1383
|
</div>
|
1459
1384
|
</div>
|
1385
|
+
<div class="refsect1">
|
1386
|
+
<a name="GMount.see-also"></a><h2>See Also</h2>
|
1387
|
+
GVolume, GUnixMount
|
1388
|
+
</div>
|
1460
1389
|
</div>
|
1461
1390
|
<div class="footer">
|
1462
1391
|
<hr>
|
1463
|
-
Generated by GTK-Doc V1.
|
1392
|
+
Generated by GTK-Doc V1.16.1</div>
|
1464
1393
|
</body>
|
1465
1394
|
</html>
|