#include <gtk/gtk.h>
#include <audacious/plugins.h>
Go to the source code of this file.
Functions | |
gboolean | interface_load (PluginHandle *plugin) |
void | interface_unload (void) |
void | interface_show (gboolean show) |
gboolean | interface_is_shown (void) |
gboolean | interface_is_focused (void) |
void | interface_show_error (const gchar *markup) |
void | interface_show_filebrowser (gboolean play_button) |
void | interface_show_jump_to_track (void) |
void | interface_add_plugin_widget (PluginHandle *plugin, GtkWidget *widget) |
void | interface_remove_plugin_widget (PluginHandle *plugin, GtkWidget *widget) |
void | register_interface_hooks (void) |
PluginHandle * | iface_plugin_probe (void) |
PluginHandle * | iface_plugin_get_current (void) |
gboolean | iface_plugin_set_current (PluginHandle *plugin) |
PluginHandle* iface_plugin_get_current | ( | void | ) |
Definition at line 235 of file interface.c.
PluginHandle* iface_plugin_probe | ( | void | ) |
Definition at line 226 of file interface.c.
gboolean iface_plugin_set_current | ( | PluginHandle * | plugin | ) |
Definition at line 240 of file interface.c.
void interface_add_plugin_widget | ( | PluginHandle * | plugin, | |
GtkWidget * | widget | |||
) |
Definition at line 120 of file interface.c.
Referenced by general_load(), and vis_load().
gboolean interface_is_focused | ( | void | ) |
Definition at line 75 of file interface.c.
Referenced by interface_hook_handler().
gboolean interface_is_shown | ( | void | ) |
Definition at line 66 of file interface.c.
Referenced by audacious_rc_main_win_visible(), and interface_hook_handler().
gboolean interface_load | ( | PluginHandle * | plugin | ) |
Definition at line 36 of file interface.c.
Referenced by iface_plugin_set_current().
void interface_remove_plugin_widget | ( | PluginHandle * | plugin, | |
GtkWidget * | widget | |||
) |
Definition at line 136 of file interface.c.
Referenced by general_unload(), and vis_unload().
void interface_show | ( | gboolean | show | ) |
Definition at line 58 of file interface.c.
Referenced by audacious_rc_show_main_win(), do_commands(), and interface_hook_handler().
void interface_show_error | ( | const gchar * | markup | ) |
Definition at line 84 of file interface.c.
Referenced by import_winamp_eqf(), and interface_hook_handler().
void interface_show_filebrowser | ( | gboolean | play_button | ) |
Definition at line 97 of file interface.c.
Referenced by audacious_rc_eject(), and interface_hook_handler().
void interface_show_jump_to_track | ( | void | ) |
Definition at line 105 of file interface.c.
Referenced by do_commands(), and interface_hook_handler().
void interface_unload | ( | void | ) |
Definition at line 48 of file interface.c.
Referenced by iface_plugin_set_current().
void register_interface_hooks | ( | void | ) |
Definition at line 210 of file interface.c.
Referenced by init_two().