Commit 841694cc authored by Max Kellermann's avatar Max Kellermann

db/Interface: document CollectUniqueTags()

parent 12f4a825
......@@ -105,6 +105,11 @@ public:
return Visit(selection, VisitDirectory(), visit_song);
}
/**
* Collect unique values of the given tag type.
*
* Throws on error.
*/
virtual std::map<std::string, std::set<std::string>> CollectUniqueTags(const DatabaseSelection &selection,
TagType tag_type,
TagType group=TAG_NUM_OF_ITEM_TYPES) const = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment