Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <interface.h>
Public Attributes | |
void *(* | create_prefs_window )(void) |
void(* | show_prefs_window )(void) |
void(* | hide_prefs_window )(void) |
void(* | destroy_prefs_window )(void) |
gint(* | prefswin_page_new )(void *container, const gchar *name, const gchar *imgurl) |
Definition at line 35 of file interface.h.
void*(* IfaceOps::create_prefs_window)(void) |
Definition at line 37 of file interface.h.
void(* IfaceOps::destroy_prefs_window)(void) |
Definition at line 40 of file interface.h.
void(* IfaceOps::hide_prefs_window)(void) |
Definition at line 39 of file interface.h.
gint(* IfaceOps::prefswin_page_new)(void *container, const gchar *name, const gchar *imgurl) |
Definition at line 43 of file interface.h.
void(* IfaceOps::show_prefs_window)(void) |
Definition at line 38 of file interface.h.