Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
interface.h
Go to the documentation of this file.
1 /*
2  * Audacious2
3  * Copyright (c) 2008 William Pitcock <nenolod@dereferenced.org>
4  * Copyright (c) 2008-2009 Tomasz Moń <desowin@gmail.com>
5  * Copyright (c) 2011 John Lindgren <john.lindgren@tds.net>
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
9  * the Free Software Foundation; under version 3 of the License.
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, see <http://www.gnu.org/licenses>.
18  *
19  * The Audacious team does not consider modular code linking to
20  * Audacious or using our public API to be a derived work.
21  */
22 
23 #ifndef __AUDACIOUS2_INTERFACE_H__
24 #define __AUDACIOUS2_INTERFACE_H__
25 
26 #include <gtk/gtk.h>
27 #include <audacious/plugins.h>
28 
30 void interface_unload (void);
31 
32 void interface_add_plugin_widget (PluginHandle * plugin, GtkWidget * widget);
33 void interface_remove_plugin_widget (PluginHandle * plugin, GtkWidget * widget);
34 
38 
39 #endif