From bbaf981c8e3de27186d1b68389903ae3ba4fc61f Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 26 Aug 2010 21:57:37 +0200 Subject: Added title and album search. --- music.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'music.h') diff --git a/music.h b/music.h index d62da7a..d2a014b 100644 --- a/music.h +++ b/music.h @@ -27,7 +27,9 @@ gboolean music_scan_root(); struct directory *music_find_dir(const gchar *path); struct file *music_find_file(const gchar *path); void music_free(); -GSList *music_find_artist(const gchar *_name); +GSList *music_find_artist(const gchar *name); +GSList *music_find_title(const gchar *name); +GSList *music_find_album(const gchar *name); gchar *music_get_full_path(const gchar *path); #endif -- cgit v1.2.3