Gio.MountIface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
can_eject |
r |
Checks if a |
|
can_unmount |
r |
Checks if a |
|
changed |
r |
Changed signal that is emitted when the mount’s state has changed. |
|
eject |
r |
Starts ejecting a |
|
eject_finish |
r |
Finishes an eject operation. |
|
eject_with_operation |
r |
Starts ejecting a |
|
eject_with_operation_finish |
r |
Finishes an eject operation using a |
|
g_iface |
r |
The parent interface. |
|
get_default_location |
r |
Gets a |
|
get_drive |
r |
Gets a |
|
get_icon |
r |
||
get_name |
r |
Gets a string containing the name of the |
|
get_root |
r |
||
get_sort_key |
r |
Gets a key used for sorting |
|
get_symbolic_icon |
r |
||
get_uuid |
r |
Gets the UUID for the |
|
get_volume |
r |
Gets a |
|
guess_content_type |
r |
Starts guessing the type of the content of a |
|
guess_content_type_finish |
r |
Finishes a content type guessing operation. Added in 2.18. |
|
guess_content_type_sync |
r |
Synchronous variant of guess_content_type. Added in 2.18 |
|
pre_unmount |
r |
The |
|
remount |
r |
Starts remounting a |
|
remount_finish |
r |
Finishes a remounting operation. |
|
unmount |
r |
Starts unmounting a |
|
unmount_finish |
r |
Finishes an unmounting operation. |
|
unmount_with_operation |
r |
Starts unmounting a |
|
unmount_with_operation_finish |
r |
Finishes an unmounting operation using a |
|
unmounted |
r |
The unmounted signal that is emitted when the |
Methods¶
None
Details¶
- class Gio.MountIface¶
Interface for implementing operations for mounts.