gdu
Description:
Content:
Namespaces:
-
Gdu
Interfaces:
Classes:
Enums:
Delegates:
-
public delegate void DeviceCancelJobCompletedFunc (Device device, Error error)
-
public delegate void DeviceDriveAtaSmartInitiateSelftestCompletedFunc (Device device, Error error)
-
public delegate void DeviceDriveAtaSmartRefreshDataCompletedFunc (Device device, Error error)
-
public delegate void DeviceDriveBenchmarkCompletedFunc (Device device, PtrArray read_transfer_rate_results, PtrArray write_transfer_rate_results, PtrArray access_time_results, Error error)
-
public delegate void DeviceDriveDetachCompletedFunc (Device device, Error error)
-
public delegate void DeviceDriveEjectCompletedFunc (Device device, Error error)
-
public delegate void DeviceDrivePollMediaCompletedFunc (Device device, Error error)
-
public delegate void DeviceFilesystemCheckCompletedFunc (Device device, bool is_clean, Error error)
-
public delegate void DeviceFilesystemCreateCompletedFunc (Device device, Error error)
-
public delegate void DeviceFilesystemListOpenFilesCompletedFunc (Device device, List processes, Error error)
-
public delegate void DeviceFilesystemMountCompletedFunc (Device device, string mount_point, Error error)
-
public delegate void DeviceFilesystemSetLabelCompletedFunc (Device device, Error error)
-
public delegate void DeviceFilesystemUnmountCompletedFunc (Device device, Error error)
-
public delegate void DeviceLinuxLvm2LVStopCompletedFunc (Device device, Error error)
-
public delegate void DeviceLinuxMdAddSpareCompletedFunc (Device device, Error error)
-
public delegate void DeviceLinuxMdCheckCompletedFunc (Device device, uint num_errors, Error error)
-
public delegate void DeviceLinuxMdExpandCompletedFunc (Device device, Error error)
-
public delegate void DeviceLinuxMdRemoveComponentCompletedFunc (Device device, Error error)
-
public delegate void DeviceLinuxMdStopCompletedFunc (Device device, Error error)
-
public delegate void DeviceLuksChangePassphraseCompletedFunc (Device device, Error error)
-
public delegate void DeviceLuksLockCompletedFunc (Device device, Error error)
-
public delegate void DeviceLuksUnlockCompletedFunc (Device device, string object_path_of_cleartext_device, Error error)
-
public delegate void DevicePartitionCreateCompletedFunc (Device device, string created_device_object_path, Error error)
-
public delegate void DevicePartitionDeleteCompletedFunc (Device device, Error error)
-
public delegate void DevicePartitionModifyCompletedFunc (Device device, Error error)
-
public delegate void DevicePartitionTableCreateCompletedFunc (Device device, Error error)
-
public delegate void DriveActivateFunc (Drive drive, string assembled_drive_object_path, Error error)
-
public delegate void DriveDeactivateFunc (Drive drive, Error error)
-
public delegate void PoolLinuxLvm2LVCreateCompletedFunc (Pool pool, string create_logical_volume_object_path, Error error)
-
public delegate void PoolLinuxLvm2LVRemoveCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxLvm2LVSetNameCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxLvm2LVStartCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxLvm2VGAddPVCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxLvm2VGRemovePVCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxLvm2VGSetNameCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxLvm2VGStartCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxLvm2VGStopCompletedFunc (Pool pool, Error error)
-
public delegate void PoolLinuxMdCreateCompletedFunc (Pool pool, string array_object_path, Error error)
-
public delegate void PoolLinuxMdStartCompletedFunc (Pool pool, string assembled_array_object_path, Error error)
-
public delegate void UtilPartTypeForeachFunc (string scheme, string type, string name)
Methods:
-
public Quark error_quark ()
-
public unowned string get_job_description (string job_id)
-
public unowned string linux_md_get_raid_level_description (string linux_md_raid_level)
-
public unowned string linux_md_get_raid_level_for_display (string linux_md_raid_level, bool long_string)
-
public unowned string util_ata_smart_status_to_desc (string status, bool out_highlight, string out_action_text, out Icon out_icon)
-
public bool util_delete_secret (Device device)
-
public unowned string util_fstype_get_description (string fstype)
-
public unowned string util_get_connection_for_display (string connection_interface, uint64 connection_speed)
-
public unowned string util_get_default_part_type_for_scheme_and_fstype (string scheme, string fstype, uint64 size)
-
public unowned string util_get_desc_for_part_type (string part_scheme, string part_type)
-
public weak Icon util_get_emblemed_icon (string name, string emblem_name)
-
public unowned string util_get_fstype_for_display (string fstype, string fsversion, bool long_string)
-
public unowned string util_get_secret (Device device)
-
public unowned string util_get_size_for_display (uint64 size, bool use_pow2, bool long_string)
-
public unowned string util_get_speed_for_display (uint64 size)
-
public bool util_have_secret (Device device)
-
public unowned string util_part_table_type_get_description (string part_type)
-
public void util_part_type_foreach (UtilPartTypeForeachFunc callback)
-
public bool util_save_secret (Device device, string secret, bool save_in_keyring_session)