comparison src/audacious/ui_fileinfo.h @ 2348:564e8a1fe09a trunk

[svn] - made a public API for fileinfopopup (popup that displays metadata, the same used in playlist); now plugins can include ui_fileinfopopup.h to display metadata popups (i.e. statusicon and libnotify plugins)
author giacomo
date Tue, 16 Jan 2007 10:33:13 -0800
parents 3149d4b1a9a9
children 7dad846ec699
comparison
equal deleted inserted replaced
2347:74bbc3e18cba 2348:564e8a1fe09a
19 */ 19 */
20 20
21 #ifndef _UI_FILEINFO_H_ 21 #ifndef _UI_FILEINFO_H_
22 #define _UI_FILEINFO_H_ 22 #define _UI_FILEINFO_H_
23 23
24 #include "titlestring.h"
25 #include <glib.h>
26
24 void create_fileinfo_window(void); 27 void create_fileinfo_window(void);
25 void create_filepopup_window(void);
26 void fileinfo_show_for_tuple(TitleInput *tuple); 28 void fileinfo_show_for_tuple(TitleInput *tuple);
27 void filepopup_show_for_tuple(TitleInput *tuple);
28 gchar* fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth); 29 gchar* fileinfo_recursive_get_image(const gchar* path, const gchar* file_name, gint depth);
29 void fileinfo_show_for_path(gchar *path); 30 void fileinfo_show_for_path(gchar *path);
30 31
31 void filepopup_hide(gpointer unused);
32
33 #endif 32 #endif