diff options
Diffstat (limited to 'e-util/e-dialog-utils.h')
-rw-r--r-- | e-util/e-dialog-utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h index 6ae3a2ec23..57cfac90c3 100644 --- a/e-util/e-dialog-utils.h +++ b/e-util/e-dialog-utils.h @@ -24,6 +24,7 @@ #define E_DIALOG_UTILS_H #include <gtk/gtkmessagedialog.h> +#include <gtk/gtkfilechooser.h> void e_notice (gpointer parent, GtkMessageType type, @@ -43,5 +44,10 @@ char *e_file_dialog_save (const char *title, const char *fname) char *e_file_dialog_save_folder (const char *title); +GtkWidget * e_file_get_save_filesel (GtkWidget *parent, const char *title, const char *name, GtkFileChooserAction action); + +gboolean e_file_can_save(GtkWindow *parent, const char *uri); +gboolean e_file_check_local(const char *name); + #endif |