Mercurial > audlegacy
diff src/audacious/plugin.h @ 3757:d24d28e76588
export util_get_localdir().
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sun, 14 Oct 2007 21:11:21 -0500 |
| parents | 2ca446f02d97 |
| children | 21b45219249f |
line wrap: on
line diff
--- a/src/audacious/plugin.h Sun Oct 14 21:07:03 2007 -0500 +++ b/src/audacious/plugin.h Sun Oct 14 21:11:21 2007 -0500 @@ -295,6 +295,7 @@ GCallback button_action, gpointer action_data); const gchar *(*get_gentitle_format)(void); + gchar *(*util_get_localdir)(void); /* INI funcs */ INIFile *(*open_ini_file)(const gchar *filename); @@ -861,6 +862,8 @@ #define audacious_fileinfopopup_show_from_title _audvt->fileinfopopup_show_from_title #define audacious_fileinfopopup_hide _audvt->fileinfopopup_hide +#define audacious_get_localdir _audvt->util_get_localdir + #include "audacious/auddrct.h" /* for multi-file plugins :( */
