forked from len0rd/rockbox
Allow all tag type in formatting string. Included example with
tagnavi.config. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
748036bb70
commit
02df5a8068
4 changed files with 92 additions and 66 deletions
|
|
@ -150,7 +150,7 @@ bool tagcache_search_add_clause(struct tagcache_search *tcs,
|
|||
struct tagcache_search_clause *clause);
|
||||
bool tagcache_get_next(struct tagcache_search *tcs);
|
||||
bool tagcache_retrieve(struct tagcache_search *tcs, int idxid,
|
||||
char *buf, long size);
|
||||
int tag, char *buf, long size);
|
||||
void tagcache_search_finish(struct tagcache_search *tcs);
|
||||
long tagcache_get_numeric(const struct tagcache_search *tcs, int tag);
|
||||
long tagcache_increase_serial(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue