Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <plugin.h>
Public Attributes | |
PLUGIN_COMMON_FIELDS void(* | show )(bool_t show) |
bool_t(* | is_shown )(void) |
bool_t(* | is_focused )(void) |
void(* | show_error )(const char *markup) |
void(* | show_filebrowser )(bool_t play_button) |
void(* | show_jump_to_track )(void) |
void(* | run_gtk_plugin )(void *widget, const char *name) |
void(* | stop_gtk_plugin )(void *widget) |
void(* | install_toolbar )(void *button) |
void(* | uninstall_toolbar )(void *button) |
void(* _IfacePlugin::install_toolbar)(void *button) |
Definition at line 487 of file plugin.h.
Referenced by interface_install_toolbar().
bool_t(* _IfacePlugin::is_focused)(void) |
Definition at line 478 of file plugin.h.
Referenced by interface_is_focused().
bool_t(* _IfacePlugin::is_shown)(void) |
Definition at line 477 of file plugin.h.
Referenced by interface_is_shown().
void(* _IfacePlugin::run_gtk_plugin)(void *widget, const char *name) |
Definition at line 484 of file plugin.h.
Referenced by interface_add_plugin_widget().
PLUGIN_COMMON_FIELDS void(* _IfacePlugin::show)(bool_t show) |
Definition at line 476 of file plugin.h.
Referenced by iface_plugin_set_current(), and interface_show().
void(* _IfacePlugin::show_error)(const char *markup) |
Definition at line 480 of file plugin.h.
Referenced by error_idle_func().
void(* _IfacePlugin::show_filebrowser)(bool_t play_button) |
Definition at line 481 of file plugin.h.
Referenced by interface_show_filebrowser().
void(* _IfacePlugin::show_jump_to_track)(void) |
Definition at line 482 of file plugin.h.
Referenced by interface_show_jump_to_track().
void(* _IfacePlugin::stop_gtk_plugin)(void *widget) |
Definition at line 485 of file plugin.h.
Referenced by interface_remove_plugin_widget().
void(* _IfacePlugin::uninstall_toolbar)(void *button) |
Definition at line 488 of file plugin.h.
Referenced by interface_uninstall_toolbar().