libraryfetch: add description count

This commit is contained in:
Paul Davis 2022-10-04 11:18:40 -06:00
parent bbe68542e8
commit d7a88eecb1
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class LIBARDOUR_API LibraryFetcher {
int add (std::string const & root_dir);
int get_descriptions ();
size_t n_descriptions() const { return _descriptions.size(); }
void foreach_description (boost::function<void (LibraryDescription)> f) const;
bool installed (LibraryDescription const & desc);