summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-file-conflict-dialog.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2008-04-03 13:27:48 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-04-26 16:54:25 +0200
commitdc21af1dc03759661fea147a8b98a8772749b29e (patch)
treec29a305ac85fa2d1190f2f63c06af2640c159a98 /libnautilus-private/nautilus-file-conflict-dialog.h
parentbf607e6e3045dff76128894e87cd42affb68a44c (diff)
downloadnautilus-dc21af1dc03759661fea147a8b98a8772749b29e.tar.gz
Implement responses from the dialog back to the file operation.
Add some API to get the response type from the conflict dialog back to the file operations code. Start using that API during the operations accordingly.
Diffstat (limited to 'libnautilus-private/nautilus-file-conflict-dialog.h')
-rw-r--r--libnautilus-private/nautilus-file-conflict-dialog.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/libnautilus-private/nautilus-file-conflict-dialog.h b/libnautilus-private/nautilus-file-conflict-dialog.h
index d181a0e29..452f742a7 100644
--- a/libnautilus-private/nautilus-file-conflict-dialog.h
+++ b/libnautilus-private/nautilus-file-conflict-dialog.h
@@ -55,16 +55,15 @@ enum
CONFLICT_RESPONSE_SKIP = 1,
CONFLICT_RESPONSE_REPLACE = 2,
CONFLICT_RESPONSE_RENAME = 3,
- CONFLICT_RESPONSE_SKIP_ALL = 4,
- CONFLICT_RESPONSE_REPLACE_ALL = 5
};
GType nautilus_file_conflict_dialog_get_type (void) G_GNUC_CONST;
-GtkWidget* nautilus_file_conflict_dialog_new (GtkWindow *parent,
- GFile *source,
- GFile *destination,
- GFile *dest_dir);
-char* nautilus_file_conflict_dialog_get_new_name (NautilusFileConflictDialog *dialog);
+GtkWidget* nautilus_file_conflict_dialog_new (GtkWindow *parent,
+ GFile *source,
+ GFile *destination,
+ GFile *dest_dir);
+char* nautilus_file_conflict_dialog_get_new_name (NautilusFileConflictDialog *dialog);
+gboolean nautilus_file_conflict_dialog_get_apply_to_all (NautilusFileConflictDialog *dialog);
#endif /* NAUTILUS_FILE_CONFLICT_DIALOG_H */