Mercurial > audlegacy
annotate libaudacious/dirbrowser.h @ 2192:9f9db9b5c696 trunk
[svn] - Allow radiobuttons/checkboxes in the visualization menu to be updated correctly on startup with the addition of the Voiceprint mode.
author | nhjm449 |
---|---|
date | Fri, 22 Dec 2006 00:52:22 -0800 |
parents | f18a5b617c34 |
children | f363009b7410 |
rev | line source |
---|---|
2046 | 1 |
2 /* XMMS - Cross-platform multimedia player | |
3 * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies | |
4 * | |
5 * This program is free software; you can redistribute it and/or modify | |
6 * 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
|
7 * the Free Software Foundation; under version 2 of the License. |
2046 | 8 * |
9 * This program is distributed in the hope that it will be useful, | |
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 * GNU General Public License for more details. | |
13 * | |
14 * You should have received a copy of the GNU General Public License | |
15 * along with this program; if not, write to the Free Software | |
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
17 */ | |
18 #ifndef XMMS_DIRBROWSER_H | |
19 #define XMMS_DIRBROWSER_H | |
20 | |
21 #include <glib.h> | |
22 #include <gtk/gtk.h> | |
23 | |
24 | |
25 G_BEGIN_DECLS | |
26 | |
27 GtkWidget *xmms_create_dir_browser(gchar * title, gchar * current_path, | |
28 GtkSelectionMode mode, | |
29 void (*handler) (gchar *)); | |
30 | |
31 G_END_DECLS | |
32 | |
33 #endif |