aboutsummaryrefslogtreecommitdiff
path: root/src/filesel.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-25 08:08:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-25 08:08:49 +0000
commit19a51bbe411d98970bcebcec1e559d60b02899b0 (patch)
treeb5bf6838fa018a4bf6029c9bc0816769fc765f0e /src/filesel.h
parent3bc07b606590d43c4e84cc0182941d30f8c54e67 (diff)
replaced GtkFileSelection with GtkFileChooserDialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@128 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/filesel.h')
-rw-r--r--src/filesel.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/filesel.h b/src/filesel.h
index e4018585..098e31c1 100644
--- a/src/filesel.h
+++ b/src/filesel.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -21,7 +21,12 @@
#define __FILESEL_H__
#include <glib.h>
+#include <gtk/gtkfilechooser.h>
-gchar *filesel_select_file(const gchar *title, const gchar *file);
+gchar *filesel_select_file (const gchar *title,
+ const gchar *file,
+ GtkFileChooserAction action);
+
+gchar *filesel_save_as (const gchar *file);
#endif /* __FILESEL_H__ */