Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
Go to the source code of this file.
Functions | |
bool_t | interface_load (PluginHandle *plugin) |
void | interface_unload (void) |
void | interface_add_plugin_widget (PluginHandle *plugin, GtkWidget *widget) |
void | interface_remove_plugin_widget (PluginHandle *plugin, GtkWidget *widget) |
PluginHandle * | iface_plugin_probe (void) |
PluginHandle * | iface_plugin_get_current (void) |
bool_t | iface_plugin_set_current (PluginHandle *plugin) |
PluginHandle* iface_plugin_get_current | ( | void | ) |
Definition at line 216 of file interface.c.
PluginHandle* iface_plugin_probe | ( | void | ) |
Definition at line 207 of file interface.c.
bool_t iface_plugin_set_current | ( | PluginHandle * | plugin | ) |
Definition at line 221 of file interface.c.
void interface_add_plugin_widget | ( | PluginHandle * | plugin, |
GtkWidget * | widget | ||
) |
Definition at line 153 of file interface.c.
Referenced by general_load(), and vis_load().
bool_t interface_load | ( | PluginHandle * | plugin | ) |
Definition at line 40 of file interface.c.
Referenced by iface_plugin_set_current().
void interface_remove_plugin_widget | ( | PluginHandle * | plugin, |
GtkWidget * | widget | ||
) |
Definition at line 171 of file interface.c.
Referenced by general_unload(), and vis_unload().
void interface_unload | ( | void | ) |
Definition at line 52 of file interface.c.
Referenced by iface_plugin_set_current().