Mercurial > audlegacy
diff src/audacious/plugin.h @ 3973:26c503cdce58
Add get_output_list() to PAPI for xmms-crossfade.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 18 Nov 2007 18:24:38 -0600 |
| parents | b0ae5dbd2f53 |
| children | 918ccb2644fb |
line wrap: on
line diff
--- a/src/audacious/plugin.h Sun Nov 18 21:39:56 2007 +0900 +++ b/src/audacious/plugin.h Sun Nov 18 18:24:38 2007 -0600 @@ -586,6 +586,8 @@ void (*dock_move_motion)(GtkWindow * w, GdkEventMotion * event); void (*dock_move_release)(GtkWindow * w); gboolean (*dock_is_moving)(GtkWindow * w); + + GList *(*get_output_list)(void); }; /* Convenience macros for accessing the public API. */ @@ -923,6 +925,8 @@ #define aud_dock_move_release _audvt->dock_move_release #define aud_dock_is_moving _audvt->dock_is_moving +#define aud_get_output_list _audvt->get_output_list + #include "audacious/auddrct.h" /* for multi-file plugins :( */
