| udisks-generated.h | | udisks-generated.h | |
| | | | |
| skipping to change at line 200 | | skipping to change at line 200 | |
| | | | |
| struct _UDisksDriveIface | | struct _UDisksDriveIface | |
| { | | { | |
| GTypeInterface parent_iface; | | GTypeInterface parent_iface; | |
| | | | |
| gboolean (*handle_eject) ( | | gboolean (*handle_eject) ( | |
| UDisksDrive *object, | | UDisksDrive *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
|
| | | gboolean (*handle_set_configuration) ( | |
| | | UDisksDrive *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GVariant *arg_value, | |
| | | GVariant *arg_options); | |
| | | | |
| | | GVariant * (*get_configuration) (UDisksDrive *object); | |
| | | | |
| const gchar * (*get_connection_bus) (UDisksDrive *object); | | const gchar * (*get_connection_bus) (UDisksDrive *object); | |
| | | | |
| gboolean (*get_ejectable) (UDisksDrive *object); | | gboolean (*get_ejectable) (UDisksDrive *object); | |
| | | | |
|
| | | const gchar * (*get_id) (UDisksDrive *object); | |
| | | | |
| const gchar * (*get_media) (UDisksDrive *object); | | const gchar * (*get_media) (UDisksDrive *object); | |
| | | | |
| gboolean (*get_media_available) (UDisksDrive *object); | | gboolean (*get_media_available) (UDisksDrive *object); | |
| | | | |
| gboolean (*get_media_change_detected) (UDisksDrive *object); | | gboolean (*get_media_change_detected) (UDisksDrive *object); | |
| | | | |
| const gchar *const * (*get_media_compatibility) (UDisksDrive *object); | | const gchar *const * (*get_media_compatibility) (UDisksDrive *object); | |
| | | | |
| gboolean (*get_media_removable) (UDisksDrive *object); | | gboolean (*get_media_removable) (UDisksDrive *object); | |
| | | | |
| | | | |
| skipping to change at line 262 | | skipping to change at line 272 | |
| GType udisks_drive_get_type (void) G_GNUC_CONST; | | GType udisks_drive_get_type (void) G_GNUC_CONST; | |
| | | | |
| GDBusInterfaceInfo *udisks_drive_interface_info (void); | | GDBusInterfaceInfo *udisks_drive_interface_info (void); | |
| guint udisks_drive_override_properties (GObjectClass *klass, guint property
_id_begin); | | guint udisks_drive_override_properties (GObjectClass *klass, guint property
_id_begin); | |
| | | | |
| /* D-Bus method call completion functions: */ | | /* D-Bus method call completion functions: */ | |
| void udisks_drive_complete_eject ( | | void udisks_drive_complete_eject ( | |
| UDisksDrive *object, | | UDisksDrive *object, | |
| GDBusMethodInvocation *invocation); | | GDBusMethodInvocation *invocation); | |
| | | | |
|
| | | void udisks_drive_complete_set_configuration ( | |
| | | UDisksDrive *object, | |
| | | GDBusMethodInvocation *invocation); | |
| | | | |
| /* D-Bus method calls: */ | | /* D-Bus method calls: */ | |
| void udisks_drive_call_eject ( | | void udisks_drive_call_eject ( | |
| UDisksDrive *proxy, | | UDisksDrive *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean udisks_drive_call_eject_finish ( | | gboolean udisks_drive_call_eject_finish ( | |
| UDisksDrive *proxy, | | UDisksDrive *proxy, | |
| GAsyncResult *res, | | GAsyncResult *res, | |
| GError **error); | | GError **error); | |
| | | | |
| gboolean udisks_drive_call_eject_sync ( | | gboolean udisks_drive_call_eject_sync ( | |
| UDisksDrive *proxy, | | UDisksDrive *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | void udisks_drive_call_set_configuration ( | |
| | | UDisksDrive *proxy, | |
| | | GVariant *arg_value, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_drive_call_set_configuration_finish ( | |
| | | UDisksDrive *proxy, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_drive_call_set_configuration_sync ( | |
| | | UDisksDrive *proxy, | |
| | | GVariant *arg_value, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| /* D-Bus property accessors: */ | | /* D-Bus property accessors: */ | |
| const gchar *udisks_drive_get_vendor (UDisksDrive *object); | | const gchar *udisks_drive_get_vendor (UDisksDrive *object); | |
| gchar *udisks_drive_dup_vendor (UDisksDrive *object); | | gchar *udisks_drive_dup_vendor (UDisksDrive *object); | |
| void udisks_drive_set_vendor (UDisksDrive *object, const gchar *value); | | void udisks_drive_set_vendor (UDisksDrive *object, const gchar *value); | |
| | | | |
| const gchar *udisks_drive_get_model (UDisksDrive *object); | | const gchar *udisks_drive_get_model (UDisksDrive *object); | |
| gchar *udisks_drive_dup_model (UDisksDrive *object); | | gchar *udisks_drive_dup_model (UDisksDrive *object); | |
| void udisks_drive_set_model (UDisksDrive *object, const gchar *value); | | void udisks_drive_set_model (UDisksDrive *object, const gchar *value); | |
| | | | |
| const gchar *udisks_drive_get_revision (UDisksDrive *object); | | const gchar *udisks_drive_get_revision (UDisksDrive *object); | |
| | | | |
| skipping to change at line 302 | | skipping to change at line 336 | |
| void udisks_drive_set_revision (UDisksDrive *object, const gchar *value); | | void udisks_drive_set_revision (UDisksDrive *object, const gchar *value); | |
| | | | |
| const gchar *udisks_drive_get_serial (UDisksDrive *object); | | const gchar *udisks_drive_get_serial (UDisksDrive *object); | |
| gchar *udisks_drive_dup_serial (UDisksDrive *object); | | gchar *udisks_drive_dup_serial (UDisksDrive *object); | |
| void udisks_drive_set_serial (UDisksDrive *object, const gchar *value); | | void udisks_drive_set_serial (UDisksDrive *object, const gchar *value); | |
| | | | |
| const gchar *udisks_drive_get_wwn (UDisksDrive *object); | | const gchar *udisks_drive_get_wwn (UDisksDrive *object); | |
| gchar *udisks_drive_dup_wwn (UDisksDrive *object); | | gchar *udisks_drive_dup_wwn (UDisksDrive *object); | |
| void udisks_drive_set_wwn (UDisksDrive *object, const gchar *value); | | void udisks_drive_set_wwn (UDisksDrive *object, const gchar *value); | |
| | | | |
|
| | | const gchar *udisks_drive_get_id (UDisksDrive *object); | |
| | | gchar *udisks_drive_dup_id (UDisksDrive *object); | |
| | | void udisks_drive_set_id (UDisksDrive *object, const gchar *value); | |
| | | | |
| | | GVariant *udisks_drive_get_configuration (UDisksDrive *object); | |
| | | GVariant *udisks_drive_dup_configuration (UDisksDrive *object); | |
| | | void udisks_drive_set_configuration (UDisksDrive *object, GVariant *value); | |
| | | | |
| const gchar *udisks_drive_get_media (UDisksDrive *object); | | const gchar *udisks_drive_get_media (UDisksDrive *object); | |
| gchar *udisks_drive_dup_media (UDisksDrive *object); | | gchar *udisks_drive_dup_media (UDisksDrive *object); | |
| void udisks_drive_set_media (UDisksDrive *object, const gchar *value); | | void udisks_drive_set_media (UDisksDrive *object, const gchar *value); | |
| | | | |
| const gchar *const *udisks_drive_get_media_compatibility (UDisksDrive *obje
ct); | | const gchar *const *udisks_drive_get_media_compatibility (UDisksDrive *obje
ct); | |
| gchar **udisks_drive_dup_media_compatibility (UDisksDrive *object); | | gchar **udisks_drive_dup_media_compatibility (UDisksDrive *object); | |
| void udisks_drive_set_media_compatibility (UDisksDrive *object, const gchar
*const *value); | | void udisks_drive_set_media_compatibility (UDisksDrive *object, const gchar
*const *value); | |
| | | | |
| gboolean udisks_drive_get_media_removable (UDisksDrive *object); | | gboolean udisks_drive_get_media_removable (UDisksDrive *object); | |
| void udisks_drive_set_media_removable (UDisksDrive *object, gboolean value)
; | | void udisks_drive_set_media_removable (UDisksDrive *object, gboolean value)
; | |
| | | | |
| skipping to change at line 477 | | skipping to change at line 519 | |
| #define UDISKS_DRIVE_ATA_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o),
UDISKS_TYPE_DRIVE_ATA, UDisksDriveAtaIface)) | | #define UDISKS_DRIVE_ATA_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o),
UDISKS_TYPE_DRIVE_ATA, UDisksDriveAtaIface)) | |
| | | | |
| struct _UDisksDriveAta; | | struct _UDisksDriveAta; | |
| typedef struct _UDisksDriveAta UDisksDriveAta; | | typedef struct _UDisksDriveAta UDisksDriveAta; | |
| typedef struct _UDisksDriveAtaIface UDisksDriveAtaIface; | | typedef struct _UDisksDriveAtaIface UDisksDriveAtaIface; | |
| | | | |
| struct _UDisksDriveAtaIface | | struct _UDisksDriveAtaIface | |
| { | | { | |
| GTypeInterface parent_iface; | | GTypeInterface parent_iface; | |
| | | | |
|
| | | gboolean (*handle_pm_get_state) ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GVariant *arg_options); | |
| | | | |
| | | gboolean (*handle_pm_standby) ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GVariant *arg_options); | |
| | | | |
| | | gboolean (*handle_pm_wakeup) ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GVariant *arg_options); | |
| | | | |
| | | gboolean (*handle_security_erase_unit) ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GVariant *arg_options); | |
| | | | |
| gboolean (*handle_smart_get_attributes) ( | | gboolean (*handle_smart_get_attributes) ( | |
| UDisksDriveAta *object, | | UDisksDriveAta *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
| gboolean (*handle_smart_selftest_abort) ( | | gboolean (*handle_smart_selftest_abort) ( | |
| UDisksDriveAta *object, | | UDisksDriveAta *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
| | | | |
| skipping to change at line 498 | | skipping to change at line 560 | |
| UDisksDriveAta *object, | | UDisksDriveAta *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| const gchar *arg_type, | | const gchar *arg_type, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
| gboolean (*handle_smart_update) ( | | gboolean (*handle_smart_update) ( | |
| UDisksDriveAta *object, | | UDisksDriveAta *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
|
| | | gboolean (*get_aam_enabled) (UDisksDriveAta *object); | |
| | | | |
| | | gboolean (*get_aam_supported) (UDisksDriveAta *object); | |
| | | | |
| | | gint (*get_aam_vendor_recommended_value) (UDisksDriveAta *object); | |
| | | | |
| | | gboolean (*get_apm_enabled) (UDisksDriveAta *object); | |
| | | | |
| | | gboolean (*get_apm_supported) (UDisksDriveAta *object); | |
| | | | |
| | | gboolean (*get_pm_enabled) (UDisksDriveAta *object); | |
| | | | |
| | | gboolean (*get_pm_supported) (UDisksDriveAta *object); | |
| | | | |
| | | gint (*get_security_enhanced_erase_unit_minutes) (UDisksDriveAta *object | |
| | | ); | |
| | | | |
| | | gint (*get_security_erase_unit_minutes) (UDisksDriveAta *object); | |
| | | | |
| | | gboolean (*get_security_frozen) (UDisksDriveAta *object); | |
| | | | |
| gboolean (*get_smart_enabled) (UDisksDriveAta *object); | | gboolean (*get_smart_enabled) (UDisksDriveAta *object); | |
| | | | |
| gboolean (*get_smart_failing) (UDisksDriveAta *object); | | gboolean (*get_smart_failing) (UDisksDriveAta *object); | |
| | | | |
| gint (*get_smart_num_attributes_failed_in_the_past) (UDisksDriveAta *obj
ect); | | gint (*get_smart_num_attributes_failed_in_the_past) (UDisksDriveAta *obj
ect); | |
| | | | |
| gint (*get_smart_num_attributes_failing) (UDisksDriveAta *object); | | gint (*get_smart_num_attributes_failing) (UDisksDriveAta *object); | |
| | | | |
| gint64 (*get_smart_num_bad_sectors) (UDisksDriveAta *object); | | gint64 (*get_smart_num_bad_sectors) (UDisksDriveAta *object); | |
| | | | |
| | | | |
| skipping to change at line 545 | | skipping to change at line 627 | |
| GVariant *attributes); | | GVariant *attributes); | |
| | | | |
| void udisks_drive_ata_complete_smart_selftest_start ( | | void udisks_drive_ata_complete_smart_selftest_start ( | |
| UDisksDriveAta *object, | | UDisksDriveAta *object, | |
| GDBusMethodInvocation *invocation); | | GDBusMethodInvocation *invocation); | |
| | | | |
| void udisks_drive_ata_complete_smart_selftest_abort ( | | void udisks_drive_ata_complete_smart_selftest_abort ( | |
| UDisksDriveAta *object, | | UDisksDriveAta *object, | |
| GDBusMethodInvocation *invocation); | | GDBusMethodInvocation *invocation); | |
| | | | |
|
| | | void udisks_drive_ata_complete_pm_get_state ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | guchar state); | |
| | | | |
| | | void udisks_drive_ata_complete_pm_standby ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation); | |
| | | | |
| | | void udisks_drive_ata_complete_pm_wakeup ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation); | |
| | | | |
| | | void udisks_drive_ata_complete_security_erase_unit ( | |
| | | UDisksDriveAta *object, | |
| | | GDBusMethodInvocation *invocation); | |
| | | | |
| /* D-Bus method calls: */ | | /* D-Bus method calls: */ | |
| void udisks_drive_ata_call_smart_update ( | | void udisks_drive_ata_call_smart_update ( | |
| UDisksDriveAta *proxy, | | UDisksDriveAta *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean udisks_drive_ata_call_smart_update_finish ( | | gboolean udisks_drive_ata_call_smart_update_finish ( | |
| UDisksDriveAta *proxy, | | UDisksDriveAta *proxy, | |
| | | | |
| skipping to change at line 622 | | skipping to change at line 721 | |
| UDisksDriveAta *proxy, | | UDisksDriveAta *proxy, | |
| GAsyncResult *res, | | GAsyncResult *res, | |
| GError **error); | | GError **error); | |
| | | | |
| gboolean udisks_drive_ata_call_smart_selftest_abort_sync ( | | gboolean udisks_drive_ata_call_smart_selftest_abort_sync ( | |
| UDisksDriveAta *proxy, | | UDisksDriveAta *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | void udisks_drive_ata_call_pm_get_state ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_drive_ata_call_pm_get_state_finish ( | |
| | | UDisksDriveAta *proxy, | |
| | | guchar *out_state, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_drive_ata_call_pm_get_state_sync ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | guchar *out_state, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| | | void udisks_drive_ata_call_pm_standby ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_drive_ata_call_pm_standby_finish ( | |
| | | UDisksDriveAta *proxy, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_drive_ata_call_pm_standby_sync ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| | | void udisks_drive_ata_call_pm_wakeup ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_drive_ata_call_pm_wakeup_finish ( | |
| | | UDisksDriveAta *proxy, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_drive_ata_call_pm_wakeup_sync ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| | | void udisks_drive_ata_call_security_erase_unit ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_drive_ata_call_security_erase_unit_finish ( | |
| | | UDisksDriveAta *proxy, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_drive_ata_call_security_erase_unit_sync ( | |
| | | UDisksDriveAta *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| /* D-Bus property accessors: */ | | /* D-Bus property accessors: */ | |
| gboolean udisks_drive_ata_get_smart_supported (UDisksDriveAta *object); | | gboolean udisks_drive_ata_get_smart_supported (UDisksDriveAta *object); | |
| void udisks_drive_ata_set_smart_supported (UDisksDriveAta *object, gboolean
value); | | void udisks_drive_ata_set_smart_supported (UDisksDriveAta *object, gboolean
value); | |
| | | | |
| gboolean udisks_drive_ata_get_smart_enabled (UDisksDriveAta *object); | | gboolean udisks_drive_ata_get_smart_enabled (UDisksDriveAta *object); | |
| void udisks_drive_ata_set_smart_enabled (UDisksDriveAta *object, gboolean v
alue); | | void udisks_drive_ata_set_smart_enabled (UDisksDriveAta *object, gboolean v
alue); | |
| | | | |
| guint64 udisks_drive_ata_get_smart_updated (UDisksDriveAta *object); | | guint64 udisks_drive_ata_get_smart_updated (UDisksDriveAta *object); | |
| void udisks_drive_ata_set_smart_updated (UDisksDriveAta *object, guint64 va
lue); | | void udisks_drive_ata_set_smart_updated (UDisksDriveAta *object, guint64 va
lue); | |
| | | | |
| | | | |
| skipping to change at line 657 | | skipping to change at line 830 | |
| gint64 udisks_drive_ata_get_smart_num_bad_sectors (UDisksDriveAta *object); | | gint64 udisks_drive_ata_get_smart_num_bad_sectors (UDisksDriveAta *object); | |
| void udisks_drive_ata_set_smart_num_bad_sectors (UDisksDriveAta *object, gi
nt64 value); | | void udisks_drive_ata_set_smart_num_bad_sectors (UDisksDriveAta *object, gi
nt64 value); | |
| | | | |
| const gchar *udisks_drive_ata_get_smart_selftest_status (UDisksDriveAta *ob
ject); | | const gchar *udisks_drive_ata_get_smart_selftest_status (UDisksDriveAta *ob
ject); | |
| gchar *udisks_drive_ata_dup_smart_selftest_status (UDisksDriveAta *object); | | gchar *udisks_drive_ata_dup_smart_selftest_status (UDisksDriveAta *object); | |
| void udisks_drive_ata_set_smart_selftest_status (UDisksDriveAta *object, co
nst gchar *value); | | void udisks_drive_ata_set_smart_selftest_status (UDisksDriveAta *object, co
nst gchar *value); | |
| | | | |
| gint udisks_drive_ata_get_smart_selftest_percent_remaining (UDisksDriveAta
*object); | | gint udisks_drive_ata_get_smart_selftest_percent_remaining (UDisksDriveAta
*object); | |
| void udisks_drive_ata_set_smart_selftest_percent_remaining (UDisksDriveAta
*object, gint value); | | void udisks_drive_ata_set_smart_selftest_percent_remaining (UDisksDriveAta
*object, gint value); | |
| | | | |
|
| | | gboolean udisks_drive_ata_get_pm_supported (UDisksDriveAta *object); | |
| | | void udisks_drive_ata_set_pm_supported (UDisksDriveAta *object, gboolean va | |
| | | lue); | |
| | | | |
| | | gboolean udisks_drive_ata_get_pm_enabled (UDisksDriveAta *object); | |
| | | void udisks_drive_ata_set_pm_enabled (UDisksDriveAta *object, gboolean valu | |
| | | e); | |
| | | | |
| | | gboolean udisks_drive_ata_get_apm_supported (UDisksDriveAta *object); | |
| | | void udisks_drive_ata_set_apm_supported (UDisksDriveAta *object, gboolean v | |
| | | alue); | |
| | | | |
| | | gboolean udisks_drive_ata_get_apm_enabled (UDisksDriveAta *object); | |
| | | void udisks_drive_ata_set_apm_enabled (UDisksDriveAta *object, gboolean val | |
| | | ue); | |
| | | | |
| | | gboolean udisks_drive_ata_get_aam_supported (UDisksDriveAta *object); | |
| | | void udisks_drive_ata_set_aam_supported (UDisksDriveAta *object, gboolean v | |
| | | alue); | |
| | | | |
| | | gboolean udisks_drive_ata_get_aam_enabled (UDisksDriveAta *object); | |
| | | void udisks_drive_ata_set_aam_enabled (UDisksDriveAta *object, gboolean val | |
| | | ue); | |
| | | | |
| | | gint udisks_drive_ata_get_aam_vendor_recommended_value (UDisksDriveAta *obj | |
| | | ect); | |
| | | void udisks_drive_ata_set_aam_vendor_recommended_value (UDisksDriveAta *obj | |
| | | ect, gint value); | |
| | | | |
| | | gint udisks_drive_ata_get_security_erase_unit_minutes (UDisksDriveAta *obje | |
| | | ct); | |
| | | void udisks_drive_ata_set_security_erase_unit_minutes (UDisksDriveAta *obje | |
| | | ct, gint value); | |
| | | | |
| | | gint udisks_drive_ata_get_security_enhanced_erase_unit_minutes (UDisksDrive | |
| | | Ata *object); | |
| | | void udisks_drive_ata_set_security_enhanced_erase_unit_minutes (UDisksDrive | |
| | | Ata *object, gint value); | |
| | | | |
| | | gboolean udisks_drive_ata_get_security_frozen (UDisksDriveAta *object); | |
| | | void udisks_drive_ata_set_security_frozen (UDisksDriveAta *object, gboolean | |
| | | value); | |
| | | | |
| /* ---- */ | | /* ---- */ | |
| | | | |
| #define UDISKS_TYPE_DRIVE_ATA_PROXY (udisks_drive_ata_proxy_get_type ()) | | #define UDISKS_TYPE_DRIVE_ATA_PROXY (udisks_drive_ata_proxy_get_type ()) | |
| #define UDISKS_DRIVE_ATA_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), UDISKS_
TYPE_DRIVE_ATA_PROXY, UDisksDriveAtaProxy)) | | #define UDISKS_DRIVE_ATA_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), UDISKS_
TYPE_DRIVE_ATA_PROXY, UDisksDriveAtaProxy)) | |
| #define UDISKS_DRIVE_ATA_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), UDIS
KS_TYPE_DRIVE_ATA_PROXY, UDisksDriveAtaProxyClass)) | | #define UDISKS_DRIVE_ATA_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), UDIS
KS_TYPE_DRIVE_ATA_PROXY, UDisksDriveAtaProxyClass)) | |
| #define UDISKS_DRIVE_ATA_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o)
, UDISKS_TYPE_DRIVE_ATA_PROXY, UDisksDriveAtaProxyClass)) | | #define UDISKS_DRIVE_ATA_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o)
, UDISKS_TYPE_DRIVE_ATA_PROXY, UDisksDriveAtaProxyClass)) | |
| #define UDISKS_IS_DRIVE_ATA_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), UDIS
KS_TYPE_DRIVE_ATA_PROXY)) | | #define UDISKS_IS_DRIVE_ATA_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), UDIS
KS_TYPE_DRIVE_ATA_PROXY)) | |
| #define UDISKS_IS_DRIVE_ATA_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), U
DISKS_TYPE_DRIVE_ATA_PROXY)) | | #define UDISKS_IS_DRIVE_ATA_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), U
DISKS_TYPE_DRIVE_ATA_PROXY)) | |
| | | | |
| typedef struct _UDisksDriveAtaProxy UDisksDriveAtaProxy; | | typedef struct _UDisksDriveAtaProxy UDisksDriveAtaProxy; | |
| | | | |
| skipping to change at line 790 | | skipping to change at line 993 | |
| UDisksBlock *object, | | UDisksBlock *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
| gboolean (*handle_open_for_backup) ( | | gboolean (*handle_open_for_backup) ( | |
| UDisksBlock *object, | | UDisksBlock *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GUnixFDList *fd_list, | | GUnixFDList *fd_list, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
|
| | | gboolean (*handle_open_for_benchmark) ( | |
| | | UDisksBlock *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GUnixFDList *fd_list, | |
| | | GVariant *arg_options); | |
| | | | |
| gboolean (*handle_open_for_restore) ( | | gboolean (*handle_open_for_restore) ( | |
| UDisksBlock *object, | | UDisksBlock *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GUnixFDList *fd_list, | | GUnixFDList *fd_list, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
| gboolean (*handle_remove_configuration_item) ( | | gboolean (*handle_remove_configuration_item) ( | |
| UDisksBlock *object, | | UDisksBlock *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_item, | | GVariant *arg_item, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
|
| | | gboolean (*handle_rescan) ( | |
| | | UDisksBlock *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GVariant *arg_options); | |
| | | | |
| gboolean (*handle_update_configuration_item) ( | | gboolean (*handle_update_configuration_item) ( | |
| UDisksBlock *object, | | UDisksBlock *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_old_item, | | GVariant *arg_old_item, | |
| GVariant *arg_new_item, | | GVariant *arg_new_item, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
| GVariant * (*get_configuration) (UDisksBlock *object); | | GVariant * (*get_configuration) (UDisksBlock *object); | |
| | | | |
| const gchar * (*get_crypto_backing_device) (UDisksBlock *object); | | const gchar * (*get_crypto_backing_device) (UDisksBlock *object); | |
| | | | |
| skipping to change at line 890 | | skipping to change at line 1104 | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GUnixFDList *fd_list, | | GUnixFDList *fd_list, | |
| GVariant *fd); | | GVariant *fd); | |
| | | | |
| void udisks_block_complete_open_for_restore ( | | void udisks_block_complete_open_for_restore ( | |
| UDisksBlock *object, | | UDisksBlock *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GUnixFDList *fd_list, | | GUnixFDList *fd_list, | |
| GVariant *fd); | | GVariant *fd); | |
| | | | |
|
| | | void udisks_block_complete_open_for_benchmark ( | |
| | | UDisksBlock *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | GUnixFDList *fd_list, | |
| | | GVariant *fd); | |
| | | | |
| | | void udisks_block_complete_rescan ( | |
| | | UDisksBlock *object, | |
| | | GDBusMethodInvocation *invocation); | |
| | | | |
| /* D-Bus method calls: */ | | /* D-Bus method calls: */ | |
| void udisks_block_call_add_configuration_item ( | | void udisks_block_call_add_configuration_item ( | |
| UDisksBlock *proxy, | | UDisksBlock *proxy, | |
| GVariant *arg_item, | | GVariant *arg_item, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean udisks_block_call_add_configuration_item_finish ( | | gboolean udisks_block_call_add_configuration_item_finish ( | |
| | | | |
| skipping to change at line 1041 | | skipping to change at line 1265 | |
| | | | |
| gboolean udisks_block_call_open_for_restore_sync ( | | gboolean udisks_block_call_open_for_restore_sync ( | |
| UDisksBlock *proxy, | | UDisksBlock *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GUnixFDList *fd_list, | | GUnixFDList *fd_list, | |
| GVariant **out_fd, | | GVariant **out_fd, | |
| GUnixFDList **out_fd_list, | | GUnixFDList **out_fd_list, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | void udisks_block_call_open_for_benchmark ( | |
| | | UDisksBlock *proxy, | |
| | | GVariant *arg_options, | |
| | | GUnixFDList *fd_list, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_block_call_open_for_benchmark_finish ( | |
| | | UDisksBlock *proxy, | |
| | | GVariant **out_fd, | |
| | | GUnixFDList **out_fd_list, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_block_call_open_for_benchmark_sync ( | |
| | | UDisksBlock *proxy, | |
| | | GVariant *arg_options, | |
| | | GUnixFDList *fd_list, | |
| | | GVariant **out_fd, | |
| | | GUnixFDList **out_fd_list, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| | | void udisks_block_call_rescan ( | |
| | | UDisksBlock *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_block_call_rescan_finish ( | |
| | | UDisksBlock *proxy, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_block_call_rescan_sync ( | |
| | | UDisksBlock *proxy, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| /* D-Bus property accessors: */ | | /* D-Bus property accessors: */ | |
| const gchar *udisks_block_get_device (UDisksBlock *object); | | const gchar *udisks_block_get_device (UDisksBlock *object); | |
| gchar *udisks_block_dup_device (UDisksBlock *object); | | gchar *udisks_block_dup_device (UDisksBlock *object); | |
| void udisks_block_set_device (UDisksBlock *object, const gchar *value); | | void udisks_block_set_device (UDisksBlock *object, const gchar *value); | |
| | | | |
| const gchar *udisks_block_get_preferred_device (UDisksBlock *object); | | const gchar *udisks_block_get_preferred_device (UDisksBlock *object); | |
| gchar *udisks_block_dup_preferred_device (UDisksBlock *object); | | gchar *udisks_block_dup_preferred_device (UDisksBlock *object); | |
| void udisks_block_set_preferred_device (UDisksBlock *object, const gchar *v
alue); | | void udisks_block_set_preferred_device (UDisksBlock *object, const gchar *v
alue); | |
| | | | |
| const gchar *const *udisks_block_get_symlinks (UDisksBlock *object); | | const gchar *const *udisks_block_get_symlinks (UDisksBlock *object); | |
| | | | |
| skipping to change at line 2486 | | skipping to change at line 2752 | |
| | | | |
| struct _UDisksJobIface | | struct _UDisksJobIface | |
| { | | { | |
| GTypeInterface parent_iface; | | GTypeInterface parent_iface; | |
| | | | |
| gboolean (*handle_cancel) ( | | gboolean (*handle_cancel) ( | |
| UDisksJob *object, | | UDisksJob *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
|
| | | gboolean (*get_cancelable) (UDisksJob *object); | |
| | | | |
| guint64 (*get_expected_end_time) (UDisksJob *object); | | guint64 (*get_expected_end_time) (UDisksJob *object); | |
| | | | |
| const gchar *const * (*get_objects) (UDisksJob *object); | | const gchar *const * (*get_objects) (UDisksJob *object); | |
| | | | |
|
| | | const gchar * (*get_operation) (UDisksJob *object); | |
| | | | |
| gdouble (*get_progress) (UDisksJob *object); | | gdouble (*get_progress) (UDisksJob *object); | |
| | | | |
|
| | | gboolean (*get_progress_valid) (UDisksJob *object); | |
| | | | |
| guint64 (*get_start_time) (UDisksJob *object); | | guint64 (*get_start_time) (UDisksJob *object); | |
| | | | |
|
| | | guint (*get_started_by_uid) (UDisksJob *object); | |
| | | | |
| void (*completed) ( | | void (*completed) ( | |
| UDisksJob *object, | | UDisksJob *object, | |
| gboolean arg_success, | | gboolean arg_success, | |
| const gchar *arg_message); | | const gchar *arg_message); | |
| | | | |
| }; | | }; | |
| | | | |
| GType udisks_job_get_type (void) G_GNUC_CONST; | | GType udisks_job_get_type (void) G_GNUC_CONST; | |
| | | | |
| GDBusInterfaceInfo *udisks_job_interface_info (void); | | GDBusInterfaceInfo *udisks_job_interface_info (void); | |
| | | | |
| skipping to change at line 2537 | | skipping to change at line 2811 | |
| GAsyncResult *res, | | GAsyncResult *res, | |
| GError **error); | | GError **error); | |
| | | | |
| gboolean udisks_job_call_cancel_sync ( | | gboolean udisks_job_call_cancel_sync ( | |
| UDisksJob *proxy, | | UDisksJob *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GError **error); | | GError **error); | |
| | | | |
| /* D-Bus property accessors: */ | | /* D-Bus property accessors: */ | |
|
| | | const gchar *udisks_job_get_operation (UDisksJob *object); | |
| | | gchar *udisks_job_dup_operation (UDisksJob *object); | |
| | | void udisks_job_set_operation (UDisksJob *object, const gchar *value); | |
| | | | |
| gdouble udisks_job_get_progress (UDisksJob *object); | | gdouble udisks_job_get_progress (UDisksJob *object); | |
| void udisks_job_set_progress (UDisksJob *object, gdouble value); | | void udisks_job_set_progress (UDisksJob *object, gdouble value); | |
| | | | |
|
| | | gboolean udisks_job_get_progress_valid (UDisksJob *object); | |
| | | void udisks_job_set_progress_valid (UDisksJob *object, gboolean value); | |
| | | | |
| guint64 udisks_job_get_start_time (UDisksJob *object); | | guint64 udisks_job_get_start_time (UDisksJob *object); | |
| void udisks_job_set_start_time (UDisksJob *object, guint64 value); | | void udisks_job_set_start_time (UDisksJob *object, guint64 value); | |
| | | | |
| guint64 udisks_job_get_expected_end_time (UDisksJob *object); | | guint64 udisks_job_get_expected_end_time (UDisksJob *object); | |
| void udisks_job_set_expected_end_time (UDisksJob *object, guint64 value); | | void udisks_job_set_expected_end_time (UDisksJob *object, guint64 value); | |
| | | | |
| const gchar *const *udisks_job_get_objects (UDisksJob *object); | | const gchar *const *udisks_job_get_objects (UDisksJob *object); | |
| gchar **udisks_job_dup_objects (UDisksJob *object); | | gchar **udisks_job_dup_objects (UDisksJob *object); | |
| void udisks_job_set_objects (UDisksJob *object, const gchar *const *value); | | void udisks_job_set_objects (UDisksJob *object, const gchar *const *value); | |
| | | | |
|
| | | guint udisks_job_get_started_by_uid (UDisksJob *object); | |
| | | void udisks_job_set_started_by_uid (UDisksJob *object, guint value); | |
| | | | |
| | | gboolean udisks_job_get_cancelable (UDisksJob *object); | |
| | | void udisks_job_set_cancelable (UDisksJob *object, gboolean value); | |
| | | | |
| /* ---- */ | | /* ---- */ | |
| | | | |
| #define UDISKS_TYPE_JOB_PROXY (udisks_job_proxy_get_type ()) | | #define UDISKS_TYPE_JOB_PROXY (udisks_job_proxy_get_type ()) | |
| #define UDISKS_JOB_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), UDISKS_TYPE_J
OB_PROXY, UDisksJobProxy)) | | #define UDISKS_JOB_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), UDISKS_TYPE_J
OB_PROXY, UDisksJobProxy)) | |
| #define UDISKS_JOB_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), UDISKS_TYP
E_JOB_PROXY, UDisksJobProxyClass)) | | #define UDISKS_JOB_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), UDISKS_TYP
E_JOB_PROXY, UDisksJobProxyClass)) | |
| #define UDISKS_JOB_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), UDIS
KS_TYPE_JOB_PROXY, UDisksJobProxyClass)) | | #define UDISKS_JOB_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), UDIS
KS_TYPE_JOB_PROXY, UDisksJobProxyClass)) | |
| #define UDISKS_IS_JOB_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), UDISKS_TYP
E_JOB_PROXY)) | | #define UDISKS_IS_JOB_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), UDISKS_TYP
E_JOB_PROXY)) | |
| #define UDISKS_IS_JOB_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), UDISKS_
TYPE_JOB_PROXY)) | | #define UDISKS_IS_JOB_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), UDISKS_
TYPE_JOB_PROXY)) | |
| | | | |
| typedef struct _UDisksJobProxy UDisksJobProxy; | | typedef struct _UDisksJobProxy UDisksJobProxy; | |
| | | | |
End of changes. 21 change blocks. |
| 0 lines changed or deleted | | 301 lines changed or added | |
|