Mercurial > audlegacy
comparison src/audacious/plugin.h @ 3334:ea806daf3ef0 trunk
rename xmms_get_gentitle_format() to get_gentitle_format().
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Sat, 11 Aug 2007 23:59:24 +0900 |
| parents | d4f6507cded3 |
| children | a0c93cb34598 |
comparison
equal
deleted
inserted
replaced
| 3333:612007382f0c | 3334:ea806daf3ef0 |
|---|---|
| 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); |
