comparison 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
comparison
equal deleted inserted replaced
3756:698e3936f6b4 3757:d24d28e76588
293 GtkWidget *(*util_info_dialog)(const gchar * title, const gchar * text, 293 GtkWidget *(*util_info_dialog)(const gchar * title, const gchar * text,
294 const gchar * button_text, gboolean modal, 294 const gchar * button_text, gboolean modal,
295 GCallback button_action, 295 GCallback button_action,
296 gpointer action_data); 296 gpointer action_data);
297 const gchar *(*get_gentitle_format)(void); 297 const gchar *(*get_gentitle_format)(void);
298 gchar *(*util_get_localdir)(void);
298 299
299 /* INI funcs */ 300 /* INI funcs */
300 INIFile *(*open_ini_file)(const gchar *filename); 301 INIFile *(*open_ini_file)(const gchar *filename);
301 void (*close_ini_file)(INIFile *key_file); 302 void (*close_ini_file)(INIFile *key_file);
302 gchar *(*read_ini_string)(INIFile *key_file, const gchar *section, 303 gchar *(*read_ini_string)(INIFile *key_file, const gchar *section,
859 #define audacious_fileinfopopup_destroy _audvt->fileinfopopup_destroy 860 #define audacious_fileinfopopup_destroy _audvt->fileinfopopup_destroy
860 #define audacious_fileinfopopup_show_from_tuple _audvt->fileinfopopup_show_from_tuple 861 #define audacious_fileinfopopup_show_from_tuple _audvt->fileinfopopup_show_from_tuple
861 #define audacious_fileinfopopup_show_from_title _audvt->fileinfopopup_show_from_title 862 #define audacious_fileinfopopup_show_from_title _audvt->fileinfopopup_show_from_title
862 #define audacious_fileinfopopup_hide _audvt->fileinfopopup_hide 863 #define audacious_fileinfopopup_hide _audvt->fileinfopopup_hide
863 864
865 #define audacious_get_localdir _audvt->util_get_localdir
866
864 #include "audacious/auddrct.h" 867 #include "audacious/auddrct.h"
865 868
866 /* for multi-file plugins :( */ 869 /* for multi-file plugins :( */
867 extern struct _AudaciousFuncTableV1 *_audvt; 870 extern struct _AudaciousFuncTableV1 *_audvt;
868 871