Cleanup.
[jamendo] / src / album_listview.h
1 /*
2  * album_listiew.h
3  *
4  *  Created on: 2009-10-13
5  *      Author: marcin
6  */
7
8 #ifndef ALBUM_LISTVIEW_H_
9 #define ALBUM_LISTVIEW_H_
10
11 #include <gtk/gtk.h>
12
13 /**
14  * creates tree view with album graphics and title and artist
15  */
16 GtkWidget* album_listview_create(GList* album_list);
17
18 /**
19  *
20  */
21 void album_listview_update_model(GtkWidget* listview, GList* album_list);
22
23 #endif /* ALBUM_LISTVIEW_H_ */