diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2006-04-04 19:28:13 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-04-04 19:28:13 +0000 |
| commit | 4a63c09c8633cd7305af01d1f270125f7bd12a1e (patch) | |
| tree | f9e763dc95bb8add9f9624d42792e1f6a6e176ba /apps/tagtree.h | |
| parent | 461addf6582e6951374e23233ba3964feb23630b (diff) | |
| download | rockbox-4a63c09c8633cd7305af01d1f270125f7bd12a1e.zip rockbox-4a63c09c8633cd7305af01d1f270125f7bd12a1e.tar.gz rockbox-4a63c09c8633cd7305af01d1f270125f7bd12a1e.tar.bz2 rockbox-4a63c09c8633cd7305af01d1f270125f7bd12a1e.tar.xz | |
Initial support for the advanced conditional fully configurable tagcache
browser. Browsing not supported by numeric tags yet, and some features
work currently only when tagcache is loaded in ram.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.h')
| -rw-r--r-- | apps/tagtree.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/tagtree.h b/apps/tagtree.h index 7eafb70..2a275c8 100644 --- a/apps/tagtree.h +++ b/apps/tagtree.h @@ -22,11 +22,11 @@ #include "tagcache.h" #include "tree.h" -enum table { invalid, root, allsongs, allalbums, allartists, allgenres, - albums4artist, songs4album, songs4artist, artist4genres, - search, searchartists, searchalbums, searchsongs, - chunked_next }; +enum table { + invalid, root, navibrowse, + chunked_next }; +void tagtree_init(void); int tagtree_enter(struct tree_context* c); void tagtree_exit(struct tree_context* c); int tagtree_load(struct tree_context* c); |