Initial commit
[jamendo] / src / album_listview.h
diff --git a/src/album_listview.h b/src/album_listview.h
new file mode 100644 (file)
index 0000000..8fa5c74
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ * album_listiew.h
+ *
+ *  Created on: 2009-10-13
+ *      Author: marcin
+ */
+
+#ifndef ALBUM_LISTVIEW_H_
+#define ALBUM_LISTVIEW_H_
+
+#include <gtk/gtk.h>
+
+/**
+ * creates tree view with album graphics and title and artist
+ */
+GtkWidget* album_listview_create(GList* album_list);
+
+/**
+ *
+ */
+void album_listview_update_model(GtkWidget* listview, GList* album_list);
+
+#endif /* ALBUM_LISTVIEW_H_ */