Mercurial > audlegacy
comparison audacious/plugin.h @ 309:b04ce1c98b6f trunk
[svn] Plugin cleanup functionality, via giacomo.
author | nenolod |
---|---|
date | Sat, 17 Dec 2005 12:36:29 -0800 |
parents | cb178e5ad177 |
children | 802a8ed87f67 |
comparison
equal
deleted
inserted
replaced
308:511354316db4 | 309:b04ce1c98b6f |
---|---|
79 gchar *filename; | 79 gchar *filename; |
80 | 80 |
81 gchar *description; | 81 gchar *description; |
82 | 82 |
83 void (*init) (void); | 83 void (*init) (void); |
84 void (*cleanup) (void); | |
84 void (*about) (void); | 85 void (*about) (void); |
85 void (*configure) (void); | 86 void (*configure) (void); |
86 void (*get_volume) (gint * l, gint * r); | 87 void (*get_volume) (gint * l, gint * r); |
87 void (*set_volume) (gint l, gint r); | 88 void (*set_volume) (gint l, gint r); |
88 | 89 |