comparison src/streambrowser/xiph.c @ 2891:c27da2c06805

initial code for bookmarks
author Calin Crisan ccrisan@gmail.com
date Tue, 12 Aug 2008 23:49:32 +0200
parents 587b3657990d
children 630c9662e0f1
comparison
equal deleted inserted replaced
2890:5e97b55f87cf 2891:c27da2c06805
88 } 88 }
89 89
90 return TRUE; 90 return TRUE;
91 } 91 }
92 92
93 gboolean xiph_category_fetch(category_t *category) 93 gboolean xiph_category_fetch(streamdir_t *streamdir, category_t *category)
94 { 94 {
95 refresh_streamdir(); 95 refresh_streamdir();
96 96
97 int entryno, categoryno; 97 int entryno, categoryno;
98 int xiph_category_count = sizeof(xiph_categories) / sizeof(xiph_category_t); 98 int xiph_category_count = sizeof(xiph_categories) / sizeof(xiph_category_t);