diff options
author | JP Rosevear <jpr@ximian.com> | 2002-03-30 05:30:46 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-03-30 05:30:46 +0800 |
commit | 9104b3079ae9654573f488774490d6bd27a347b8 (patch) | |
tree | fddd5b40c4db481cdb959c3fca5653bac0716696 /e-util/e-dialog-utils.h | |
parent | ca20bbf97ee0b88cfe16ec0445095fb1495ca215 (diff) | |
download | gsoc2013-evolution-9104b3079ae9654573f488774490d6bd27a347b8.tar.gz gsoc2013-evolution-9104b3079ae9654573f488774490d6bd27a347b8.tar.zst gsoc2013-evolution-9104b3079ae9654573f488774490d6bd27a347b8.zip |
open a file selection dialog with the given title and return the selected
2002-03-29 JP Rosevear <jpr@ximian.com>
* 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
Diffstat (limited to 'e-util/e-dialog-utils.h')
-rw-r--r-- | e-util/e-dialog-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |