|
MPD
0.17~git
|
Go to the source code of this file.
Typedefs | |
| typedef bool(* | tag_ape_callback_t )(unsigned long flags, const char *key, const char *value, size_t value_length, void *ctx) |
Functions | |
| bool | tag_ape_scan (const char *path_fs, tag_ape_callback_t callback, void *ctx) |
| Scans the APE tag values from a file. | |
| typedef bool(* tag_ape_callback_t)(unsigned long flags, const char *key, const char *value, size_t value_length, void *ctx) |
| bool tag_ape_scan | ( | const char * | path_fs, |
| tag_ape_callback_t | callback, | ||
| void * | ctx | ||
| ) |
Scans the APE tag values from a file.
| path_fs | the path of the file in filesystem encoding |
1.7.5.1