Mercurial > audlegacy
comparison src/audacious/plugin.h @ 3689:ec4b447eb8eb
fix typo!
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Tue, 02 Oct 2007 21:50:12 -0500 |
| parents | 8ab4cd5c6462 |
| children | 2e1f85b0f085 |
comparison
equal
deleted
inserted
replaced
| 3688:8ab4cd5c6462 | 3689:ec4b447eb8eb |
|---|---|
| 288 #define aud_cfg_db_get_float _audvt->cfg_db_get_float | 288 #define aud_cfg_db_get_float _audvt->cfg_db_get_float |
| 289 #define aud_cfg_db_get_double _audvt->cfg_db_get_double | 289 #define aud_cfg_db_get_double _audvt->cfg_db_get_double |
| 290 #define aud_cfg_db_unset_key _audvt->cfg_db_unset_key | 290 #define aud_cfg_db_unset_key _audvt->cfg_db_unset_key |
| 291 | 291 |
| 292 /* for multi-file plugins :( */ | 292 /* for multi-file plugins :( */ |
| 293 extern struct _AudaciousFuncVTable1 *_audvt; | 293 extern struct _AudaciousFuncTableV1 *_audvt; |
| 294 | 294 |
| 295 #define DECLARE_PLUGIN(name, init, fini, ...) \ | 295 #define DECLARE_PLUGIN(name, init, fini, ...) \ |
| 296 G_BEGIN_DECLS \ | 296 G_BEGIN_DECLS \ |
| 297 static PluginHeader _pluginInfo = { PLUGIN_MAGIC, __AUDACIOUS_PLUGIN_API__, \ | 297 static PluginHeader _pluginInfo = { PLUGIN_MAGIC, __AUDACIOUS_PLUGIN_API__, \ |
| 298 (gchar *)#name, init, fini, NULL, __VA_ARGS__ }; \ | 298 (gchar *)#name, init, fini, NULL, __VA_ARGS__ }; \ |
