From 9104b3079ae9654573f488774490d6bd27a347b8 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 29 Mar 2002 21:30:46 +0000 Subject: open a file selection dialog with the given title and return the selected 2002-03-29 JP Rosevear * e-dialog-utils.c (e_file_dialog_save): open a file selection dialog with the given title and return the selected file name (save_ok): if the ok button is clicked, make sure the file doesn't already exist and if it does, see if the user wants to over write it * e-dialog-utils.h: new proto svn path=/trunk/; revision=16284 --- e-util/e-dialog-utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-dialog-utils.h') diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h index 1e1b8af22f..275f8ec264 100644 --- a/e-util/e-dialog-utils.h +++ b/e-util/e-dialog-utils.h @@ -42,5 +42,7 @@ GtkWidget *e_gnome_ok_cancel_dialog_parented (const char *message, GnomeReplyCallback callback, gpointer data, GtkWindow *parent); +char *e_file_dialog_save (const char *title); + #endif -- cgit v1.2.3