summaryrefslogtreecommitdiffstats
path: root/src/format-window-operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format-window-operation.h')
-rw-r--r--src/format-window-operation.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/src/format-window-operation.h b/src/format-window-operation.h
index d5b1dac..f05b806 100644
--- a/src/format-window-operation.h
+++ b/src/format-window-operation.h
@@ -39,18 +39,24 @@ typedef struct {
char *fslabel;
char *fstype;
GduDevice *device;
+ GduPresentable *presentable;
gboolean take_ownership;
char *secure_erase;
const char *recommended_part_type;
+ const char *scheme;
guint job_progress_pulse_timer_id;
- gulong job_handler_id;
- gulong pk_unmount_action_handler_id;
- gulong pk_unmount_auth_end_handler_id;
- gulong pk_format_action_handler_id;
- gulong pk_format_auth_end_handler_id;
- gulong pk_part_modify_action_handler_id;
- gulong pk_part_modify_auth_end_handler_id;
+
+ PolKitAction *pk_unmount_action;
+ PolKitGnomeAction *unmount_action;
+ PolKitAction *pk_format_action;
+ PolKitGnomeAction *format_action;
+ PolKitAction *pk_part_modify_action;
+ PolKitGnomeAction *part_modify_action;
+ PolKitAction *pk_part_table_new_action;
+ PolKitGnomeAction *part_table_new_action;
+ PolKitAction *pk_part_new_action;
+ PolKitGnomeAction *part_new_action;
} FormatProcessData;