comparison audacious/ui_fileinfo.h @ 1889:597bd579d9af trunk

[svn] Patch by Michael Hanselmann to fetch a per-song image file.
author nemo
date Sun, 22 Oct 2006 11:38:20 -0700
parents 705d4c089fce
children
comparison
equal deleted inserted replaced
1888:802c9f8461e0 1889:597bd579d9af
23 23
24 void create_fileinfo_window(void); 24 void create_fileinfo_window(void);
25 void create_filepopup_window(void); 25 void create_filepopup_window(void);
26 void fileinfo_show_for_tuple(TitleInput *tuple); 26 void fileinfo_show_for_tuple(TitleInput *tuple);
27 void filepopup_show_for_tuple(TitleInput *tuple); 27 void filepopup_show_for_tuple(TitleInput *tuple);
28 gchar* fileinfo_recursive_get_image(const gchar* path, gint depth); 28 gchar* fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth);
29 void fileinfo_show_for_path(gchar *path); 29 void fileinfo_show_for_path(gchar *path);
30 30
31 void filepopup_hide(gpointer unused); 31 void filepopup_hide(gpointer unused);
32 32
33 #endif 33 #endif