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