From 19a51bbe411d98970bcebcec1e559d60b02899b0 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 25 Feb 2005 08:08:49 +0000 Subject: replaced GtkFileSelection with GtkFileChooserDialog. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@128 ee746299-78ed-0310-b773-934348b2243d --- src/filesel.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/filesel.h') 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 +#include -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__ */ -- cgit v1.2.3