summaryrefslogtreecommitdiffstats
path: root/src/format-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format-window.h')
-rw-r--r--src/format-window.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/format-window.h b/src/format-window.h
index 15ada27..94445a5 100644
--- a/src/format-window.h
+++ b/src/format-window.h
@@ -61,19 +61,12 @@ typedef struct {
gboolean job_running;
gboolean job_cancelled;
-
- PolKitAction *pk_unmount_action;
- PolKitGnomeAction *unmount_action;
- PolKitAction *pk_format_action;
- PolKitGnomeAction *format_action;
- PolKitAction *pk_part_modify_action;
- PolKitGnomeAction *part_modify_action;
} FormatDialogPrivate;
-/* . pass presentable=NULL and standalone_mode=TRUE to display volume selector */
-/* . we do ref presentable ourselves */
+/* pass presentable=NULL and standalone_mode=TRUE to display volume selector */
+/* we do ref presentable ourselves */
void nautilus_gdu_spawn_dialog (GduPresentable *presentable,
gboolean standalone_mode);
@@ -82,6 +75,10 @@ void nautilus_gdu_spawn_dialog (GduPresentable *presentable,
void update_ui_controls (FormatDialogPrivate *priv);
+/* we do ref presentable ourselves */
+void select_new_presentable (FormatDialogPrivate *priv,
+ GduPresentable *presentable);
+
G_END_DECLS
#endif