comparison src/audacious/plugin.h @ 3384:7ac9c5c6b44e

fixed the interface
author Cristi Magherusan <majeru@atheme-project.org>
date Wed, 08 Aug 2007 22:04:41 +0300
parents 12bc288a7511
children 3e9bc5fd5c36
comparison
equal deleted inserted replaced
3259:b26dc3482ce7 3384:7ac9c5c6b44e
304 304
305 void (*init) (void); 305 void (*init) (void);
306 void (*cleanup) (void); 306 void (*cleanup) (void);
307 void (*about) (void); 307 void (*about) (void);
308 void (*configure) (void); 308 void (*configure) (void);
309 gchar *(*get_devices); 309 GList *(*get_devices);
310 }; 310 };
311 311
312 G_BEGIN_DECLS 312 G_BEGIN_DECLS
313 313
314 /* So that input plugins can get the title formatting information */ 314 /* So that input plugins can get the title formatting information */