mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
libraryfetch: add description count
This commit is contained in:
parent
bbe68542e8
commit
d7a88eecb1
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue