Mercurial > audlegacy
comparison src/audacious/plugin.h @ 3390:3a77e835874f
merge
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Sun, 12 Aug 2007 20:03:43 +0300 |
| parents | b01c8d41d35b a0c93cb34598 |
| children | 639af8eb6824 1590c8f4ffa9 |
comparison
equal
deleted
inserted
replaced
| 3389:c8d0d7bf26d4 | 3390:3a77e835874f |
|---|---|
| 317 }; | 317 }; |
| 318 | 318 |
| 319 G_BEGIN_DECLS | 319 G_BEGIN_DECLS |
| 320 | 320 |
| 321 /* So that input plugins can get the title formatting information */ | 321 /* So that input plugins can get the title formatting information */ |
| 322 G_CONST_RETURN gchar * xmms_get_gentitle_format(void); | 322 G_CONST_RETURN gchar * get_gentitle_format(void); |
| 323 | 323 |
| 324 /* So that output plugins can communicate with effect plugins */ | 324 /* So that output plugins can communicate with effect plugins */ |
| 325 EffectPlugin *get_current_effect_plugin(void); | 325 EffectPlugin *get_current_effect_plugin(void); |
| 326 gboolean effects_enabled(void); | 326 gboolean effects_enabled(void); |
| 327 gboolean plugin_set_errortext(const gchar * text); | 327 gboolean plugin_set_errortext(const gchar * text); |
| 328 | 328 |
| 329 G_END_DECLS | 329 G_END_DECLS |
| 330 | 330 |
| 331 #include "audacious/mime.h" | 331 #include "audacious/mime.h" |
| 332 #include "audacious/custom_uri.h" | |
| 332 | 333 |
| 333 #endif | 334 #endif |
