diff options
author | Max Kellermann <max@duempel.org> | 2013-12-14 12:37:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-14 12:37:16 +0100 |
commit | c7b1038a9de21d73a229ff68b58daa1824bfd643 (patch) | |
tree | c70ca2e91daf69ca23bb82d80341302731be98a1 /src/TagFile.hxx | |
parent | d43aa1298728f856d3d3a29477a91b79633022fe (diff) | |
parent | c170fed6f9a747bfe9e4e53a85ebc2e92a70bab6 (diff) |
Merge branch 'v0.18.x'
Diffstat (limited to 'src/TagFile.hxx')
-rw-r--r-- | src/TagFile.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TagFile.hxx b/src/TagFile.hxx index 90d21dc0f..d1dbb3e46 100644 --- a/src/TagFile.hxx +++ b/src/TagFile.hxx @@ -28,6 +28,9 @@ struct tag_handler; /** * Scan the tags of a song file. Invokes matching decoder plugins, * but does not invoke the special "APE" and "ID3" scanners. + * + * @return true if the file was recognized (even if no metadata was + * found) */ bool tag_file_scan(Path path, |