![]() |
![]() |
![]() |
Disk Utility Library Reference Manual | |
---|---|---|---|---|
void (*GduDeviceFilesystemMountCompletedFunc) (GduDevice *device, char *mount_point, GError *error, gpointer user_data); void (*GduDeviceFilesystemUnmountCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceFilesystemCheckCompletedFunc) (GduDevice *device, gboolean is_clean, GError *error, gpointer user_data); void (*GduDevicePartitionDeleteCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDevicePartitionModifyCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDevicePartitionTableCreateCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceLuksUnlockCompletedFunc) (GduDevice *device, char *object_path_of_cleartext_device, GError *error, gpointer user_data); void (*GduDeviceLuksLockCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceLuksChangePassphraseCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceFilesystemSetLabelCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceDriveSmartInitiateSelftestCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceDriveSmartRefreshDataCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceLinuxMdStopCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceLinuxMdAddComponentCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceLinuxMdRemoveComponentCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceFilesystemCreateCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDevicePartitionCreateCompletedFunc) (GduDevice *device, char *created_device_object_path, GError *error, gpointer user_data); void (*GduDeviceCancelJobCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduDeviceDriveSmartGetHistoricalDataCompletedFunc) (GduDevice *device, GList *smart_data, GError *error, gpointer user_data); void gdu_device_drive_smart_get_historical_data (GduDevice *device, GduDeviceDriveSmartGetHistoricalDataCompletedFunc callback, gpointer user_data); void (*GduDeviceFilesystemListOpenFilesCompletedFunc) (GduDevice *device, GList *processes, GError *error, gpointer user_data); void (*GduDeviceDriveEjectCompletedFunc) (GduDevice *device, GError *error, gpointer user_data); void (*GduPoolLinuxMdStartCompletedFunc) (GduPool *pool, char *assembled_array_object_path, GError *error, gpointer user_data); void (*GduActivatableDriveActivationFunc) (GduActivatableDrive *activatable_drive, char *assembled_array_object_path, GError *error, gpointer user_data); void (*GduActivatableDriveDeactivationFunc) (GduActivatableDrive *activatable_drive, GError *error, gpointer user_data);
void (*GduDeviceFilesystemMountCompletedFunc) (GduDevice *device, char *mount_point, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void (*GduDeviceFilesystemUnmountCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceFilesystemCheckCompletedFunc) (GduDevice *device, gboolean is_clean, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void (*GduDevicePartitionDeleteCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDevicePartitionModifyCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDevicePartitionTableCreateCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceLuksUnlockCompletedFunc) (GduDevice *device, char *object_path_of_cleartext_device, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void (*GduDeviceLuksLockCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceLuksChangePassphraseCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceFilesystemSetLabelCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceDriveSmartInitiateSelftestCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceDriveSmartRefreshDataCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceLinuxMdStopCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceLinuxMdAddComponentCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceLinuxMdRemoveComponentCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceFilesystemCreateCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDevicePartitionCreateCompletedFunc) (GduDevice *device, char *created_device_object_path, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void (*GduDeviceCancelJobCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduDeviceDriveSmartGetHistoricalDataCompletedFunc) (GduDevice *device, GList *smart_data, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void gdu_device_drive_smart_get_historical_data (GduDevice *device, GduDeviceDriveSmartGetHistoricalDataCompletedFunc callback, gpointer user_data);
|
|
|
|
|
void (*GduDeviceFilesystemListOpenFilesCompletedFunc) (GduDevice *device, GList *processes, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void (*GduDeviceDriveEjectCompletedFunc) (GduDevice *device, GError *error, gpointer user_data);
|
|
|
|
|
void (*GduPoolLinuxMdStartCompletedFunc) (GduPool *pool, char *assembled_array_object_path, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void (*GduActivatableDriveActivationFunc) (GduActivatableDrive *activatable_drive, char *assembled_array_object_path, GError *error, gpointer user_data);
|
|
|
|
|
|
|
void (*GduActivatableDriveDeactivationFunc) (GduActivatableDrive *activatable_drive, GError *error, gpointer user_data);
|
|
|
|
|