|
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 218 of file interface.c.
| PluginHandle* iface_plugin_probe | ( | void | ) |
Definition at line 209 of file interface.c.
| bool_t iface_plugin_set_current | ( | PluginHandle * | plugin | ) |
Definition at line 223 of file interface.c.
| void interface_add_plugin_widget | ( | PluginHandle * | plugin, |
| GtkWidget * | widget | ||
| ) |
Definition at line 156 of file interface.c.
Referenced by general_load(), and vis_load().
| bool_t interface_load | ( | PluginHandle * | plugin | ) |
Definition at line 43 of file interface.c.
Referenced by iface_plugin_set_current().
| void interface_remove_plugin_widget | ( | PluginHandle * | plugin, |
| GtkWidget * | widget | ||
| ) |
Definition at line 173 of file interface.c.
Referenced by general_unload(), and vis_unload().
| void interface_unload | ( | void | ) |
Definition at line 55 of file interface.c.
Referenced by iface_plugin_set_current().
1.8.0