Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.MountUnmountFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GMountUnmountFlags
Enum : MountUnmountFlags
Flags used when an unmounting a mount.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.Drive
Method
eject (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously ejects a drive.
Gio.Drive
Method
eject_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Ejects a drive.
Gio.Drive
Method
stop (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously stops a drive.
Gio.File
Method
eject_mountable (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Starts an asynchronous eject on a mountable.
Gio.File
Method
eject_mountable_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Starts an asynchronous eject on a mountable.
Gio.File
Method
stop_mountable (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Stops a file of type G_FILE_TYPE_MOUNTABLE.
Gio.File
Method
unmount_mountable (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Unmounts a file of type G_FILE_TYPE_MOUNTABLE.
Gio.File
Method
unmount_mountable_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Unmounts a file of type G_FILE_TYPE_MOUNTABLE.
Gio.Mount
Method
eject (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Ejects a mount.
Gio.Mount
Method
eject_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Ejects a mount.
Gio.Mount
Method
unmount (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Unmounts a mount.
Gio.Mount
Method
unmount_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Unmounts a mount.
Gio.Volume
Method
eject (MountUnmountFlags flags, Cancellable cancellable, Function callback, void* user_data) : none
Ejects a volume.
Gio.Volume
Method
eject_with_operation (MountUnmountFlags flags, MountOperation mount_operation, Cancellable cancellable, Function callback, void* user_data) : none
Ejects a volume.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:36 GMT+0800 (HKT)