Mercurial > audlegacy
annotate libaudacious/dirbrowser.h @ 2273:07c7d5c3aa6f trunk
[svn] Serbian language upadated (once again)
author | kustodian |
---|---|
date | Thu, 04 Jan 2007 15:37:58 -0800 |
parents | f363009b7410 |
children |
rev | line source |
---|---|
2255 | 1 /* Audacious - Cross-platform multimedia player |
2 * Copyright (C) 2005-2007 Audacious development team | |
3 * | |
4 * Based on XMMS: | |
2046 | 5 * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies |
6 * | |
7 * This program is free software; you can redistribute it and/or modify | |
8 * it under the terms of the GNU General Public License as published by | |
2105
f18a5b617c34
[svn] - move to GPLv2-only. Based on my interpretation of the license, we are
nenolod
parents:
2046
diff
changeset
|
9 * the Free Software Foundation; under version 2 of the License. |
2046 | 10 * |
11 * This program is distributed in the hope that it will be useful, | |
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 * GNU General Public License for more details. | |
15 * | |
16 * You should have received a copy of the GNU General Public License | |
17 * along with this program; if not, write to the Free Software | |
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
19 */ | |
20 #ifndef XMMS_DIRBROWSER_H | |
21 #define XMMS_DIRBROWSER_H | |
22 | |
23 #include <glib.h> | |
24 #include <gtk/gtk.h> | |
25 | |
26 | |
27 G_BEGIN_DECLS | |
28 | |
29 GtkWidget *xmms_create_dir_browser(gchar * title, gchar * current_path, | |
30 GtkSelectionMode mode, | |
31 void (*handler) (gchar *)); | |
32 | |
33 G_END_DECLS | |
34 | |
35 #endif |