comparison src/audlegacy/ui_urlopener.h @ 4811:7bf7f83a217e

rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 00:44:56 +0900
parents src/audacious/ui_urlopener.h@b87f8c707b7f
children
comparison
equal deleted inserted replaced
4810:c10e53092037 4811:7bf7f83a217e
1 /* Audacious - Cross-platform multimedia player
2 * Copyright (C) 2005-2007 Audacious development team
3 *
4 * Based on BMP:
5 * Copyright (C) 2003-2004 BMP development team
6 *
7 * Based on XMMS:
8 * Copyright (C) 1998-2003 XMMS development team
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; under version 3 of the License.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program. If not, see <http://www.gnu.org/licenses>.
21 *
22 * The Audacious team does not consider modular code linking to
23 * Audacious or using our public API to be a derived work.
24 */
25
26 #ifndef AUDACIOUS_UI_URLOPENER_H
27 #define AUDACIOUS_UI_URLOPENER_H
28
29 #ifdef _AUDACIOUS_CORE
30 # ifdef HAVE_CONFIG_H
31 # include "config.h"
32 # endif
33 #endif
34
35 #include <glib.h>
36 #include <gtk/gtk.h>
37
38 G_BEGIN_DECLS
39
40 GtkWidget *util_add_url_dialog_new(const gchar * caption, GCallback ok_func,
41 GCallback enqueue_func);
42 void show_add_url_window(void);
43
44 G_END_DECLS
45
46 #endif /* AUDACIOUS_UI_URLOPENER_H */