| udisks-generated.h | | udisks-generated.h | |
| | | | |
| skipping to change at line 2293 | | skipping to change at line 2293 | |
| | | | |
| struct _UDisksLoopIface | | struct _UDisksLoopIface | |
| { | | { | |
| GTypeInterface parent_iface; | | GTypeInterface parent_iface; | |
| | | | |
| gboolean (*handle_delete) ( | | gboolean (*handle_delete) ( | |
| UDisksLoop *object, | | UDisksLoop *object, | |
| GDBusMethodInvocation *invocation, | | GDBusMethodInvocation *invocation, | |
| GVariant *arg_options); | | GVariant *arg_options); | |
| | | | |
|
| | | gboolean (*handle_set_autoclear) ( | |
| | | UDisksLoop *object, | |
| | | GDBusMethodInvocation *invocation, | |
| | | gboolean arg_value, | |
| | | GVariant *arg_options); | |
| | | | |
| | | gboolean (*get_autoclear) (UDisksLoop *object); | |
| | | | |
| const gchar * (*get_backing_file) (UDisksLoop *object); | | const gchar * (*get_backing_file) (UDisksLoop *object); | |
| | | | |
|
| | | guint (*get_setup_by_uid) (UDisksLoop *object); | |
| | | | |
| }; | | }; | |
| | | | |
| GType udisks_loop_get_type (void) G_GNUC_CONST; | | GType udisks_loop_get_type (void) G_GNUC_CONST; | |
| | | | |
| GDBusInterfaceInfo *udisks_loop_interface_info (void); | | GDBusInterfaceInfo *udisks_loop_interface_info (void); | |
| guint udisks_loop_override_properties (GObjectClass *klass, guint property_
id_begin); | | guint udisks_loop_override_properties (GObjectClass *klass, guint property_
id_begin); | |
| | | | |
| /* D-Bus method call completion functions: */ | | /* D-Bus method call completion functions: */ | |
| void udisks_loop_complete_delete ( | | void udisks_loop_complete_delete ( | |
| UDisksLoop *object, | | UDisksLoop *object, | |
| GDBusMethodInvocation *invocation); | | GDBusMethodInvocation *invocation); | |
| | | | |
|
| | | void udisks_loop_complete_set_autoclear ( | |
| | | UDisksLoop *object, | |
| | | GDBusMethodInvocation *invocation); | |
| | | | |
| /* D-Bus method calls: */ | | /* D-Bus method calls: */ | |
| void udisks_loop_call_delete ( | | void udisks_loop_call_delete ( | |
| UDisksLoop *proxy, | | UDisksLoop *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean udisks_loop_call_delete_finish ( | | gboolean udisks_loop_call_delete_finish ( | |
| UDisksLoop *proxy, | | UDisksLoop *proxy, | |
| GAsyncResult *res, | | GAsyncResult *res, | |
| GError **error); | | GError **error); | |
| | | | |
| gboolean udisks_loop_call_delete_sync ( | | gboolean udisks_loop_call_delete_sync ( | |
| UDisksLoop *proxy, | | UDisksLoop *proxy, | |
| GVariant *arg_options, | | GVariant *arg_options, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | void udisks_loop_call_set_autoclear ( | |
| | | UDisksLoop *proxy, | |
| | | gboolean arg_value, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | | |
| | | gboolean udisks_loop_call_set_autoclear_finish ( | |
| | | UDisksLoop *proxy, | |
| | | GAsyncResult *res, | |
| | | GError **error); | |
| | | | |
| | | gboolean udisks_loop_call_set_autoclear_sync ( | |
| | | UDisksLoop *proxy, | |
| | | gboolean arg_value, | |
| | | GVariant *arg_options, | |
| | | GCancellable *cancellable, | |
| | | GError **error); | |
| | | | |
| /* D-Bus property accessors: */ | | /* D-Bus property accessors: */ | |
| const gchar *udisks_loop_get_backing_file (UDisksLoop *object); | | const gchar *udisks_loop_get_backing_file (UDisksLoop *object); | |
| gchar *udisks_loop_dup_backing_file (UDisksLoop *object); | | gchar *udisks_loop_dup_backing_file (UDisksLoop *object); | |
| void udisks_loop_set_backing_file (UDisksLoop *object, const gchar *value); | | void udisks_loop_set_backing_file (UDisksLoop *object, const gchar *value); | |
| | | | |
|
| | | gboolean udisks_loop_get_autoclear (UDisksLoop *object); | |
| | | void udisks_loop_set_autoclear (UDisksLoop *object, gboolean value); | |
| | | | |
| | | guint udisks_loop_get_setup_by_uid (UDisksLoop *object); | |
| | | void udisks_loop_set_setup_by_uid (UDisksLoop *object, guint value); | |
| | | | |
| /* ---- */ | | /* ---- */ | |
| | | | |
| #define UDISKS_TYPE_LOOP_PROXY (udisks_loop_proxy_get_type ()) | | #define UDISKS_TYPE_LOOP_PROXY (udisks_loop_proxy_get_type ()) | |
| #define UDISKS_LOOP_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), UDISKS_TYPE_
LOOP_PROXY, UDisksLoopProxy)) | | #define UDISKS_LOOP_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), UDISKS_TYPE_
LOOP_PROXY, UDisksLoopProxy)) | |
| #define UDISKS_LOOP_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), UDISKS_TY
PE_LOOP_PROXY, UDisksLoopProxyClass)) | | #define UDISKS_LOOP_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), UDISKS_TY
PE_LOOP_PROXY, UDisksLoopProxyClass)) | |
| #define UDISKS_LOOP_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), UDI
SKS_TYPE_LOOP_PROXY, UDisksLoopProxyClass)) | | #define UDISKS_LOOP_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), UDI
SKS_TYPE_LOOP_PROXY, UDisksLoopProxyClass)) | |
| #define UDISKS_IS_LOOP_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), UDISKS_TY
PE_LOOP_PROXY)) | | #define UDISKS_IS_LOOP_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), UDISKS_TY
PE_LOOP_PROXY)) | |
| #define UDISKS_IS_LOOP_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), UDISKS
_TYPE_LOOP_PROXY)) | | #define UDISKS_IS_LOOP_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), UDISKS
_TYPE_LOOP_PROXY)) | |
| | | | |
| typedef struct _UDisksLoopProxy UDisksLoopProxy; | | typedef struct _UDisksLoopProxy UDisksLoopProxy; | |
| | | | |
End of changes. 5 change blocks. |
| 0 lines changed or deleted | | 40 lines changed or added | |
|
| udisksclient.h | | udisksclient.h | |
| | | | |
| skipping to change at line 73 | | skipping to change at line 73 | |
| gboolean
get_physical); | | gboolean
get_physical); | |
| UDisksDrive *udisks_client_get_drive_for_block (UDisksClient
*client, | | UDisksDrive *udisks_client_get_drive_for_block (UDisksClient
*client, | |
| UDisksBlock
*block); | | UDisksBlock
*block); | |
| | | | |
| UDisksBlock *udisks_client_get_cleartext_block (UDisksClient
*client, | | UDisksBlock *udisks_client_get_cleartext_block (UDisksClient
*client, | |
| UDisksBlock
*block); | | UDisksBlock
*block); | |
| | | | |
| UDisksPartitionTable *udisks_client_get_partition_table (UDisksClient
*client, | | UDisksPartitionTable *udisks_client_get_partition_table (UDisksClient
*client, | |
| UDisksPartition
*partition); | | UDisksPartition
*partition); | |
| | | | |
|
| | | UDisksLoop *udisks_client_get_loop_for_block (UDisksClient *clien | |
| | | t, | |
| | | UDisksBlock *block | |
| | | ); | |
| | | | |
| GList *udisks_client_get_partitions (UDisksClient
*client, | | GList *udisks_client_get_partitions (UDisksClient
*client, | |
| UDisksPartitionTable
*table); | | UDisksPartitionTable
*table); | |
| | | | |
| GList *udisks_client_get_jobs_for_object (UDisksClient
*client, | | GList *udisks_client_get_jobs_for_object (UDisksClient
*client, | |
| UDisksObject
*object); | | UDisksObject
*object); | |
| | | | |
| void udisks_client_get_drive_info (UDisksClient
*client, | | void udisks_client_get_drive_info (UDisksClient
*client, | |
| UDisksDrive
*drive, | | UDisksDrive
*drive, | |
| gchar *
*out_name, | | gchar *
*out_name, | |
| gchar *
*out_description, | | gchar *
*out_description, | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 5 lines changed or added | |
|