Revision 128 src/filesel.h
| filesel.h (revision 128) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999,2000 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2005 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 21 | 21 |
#define __FILESEL_H__ |
| 22 | 22 |
|
| 23 | 23 |
#include <glib.h> |
| 24 |
#include <gtk/gtkfilechooser.h> |
|
| 24 | 25 |
|
| 25 |
gchar *filesel_select_file(const gchar *title, const gchar *file); |
|
| 26 |
gchar *filesel_select_file (const gchar *title, |
|
| 27 |
const gchar *file, |
|
| 28 |
GtkFileChooserAction action); |
|
| 26 | 29 |
|
| 30 |
gchar *filesel_save_as (const gchar *file); |
|
| 31 |
|
|
| 27 | 32 |
#endif /* __FILESEL_H__ */ |
Also available in: Unified diff