mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-16 21:51:43 -05:00
Make findPlugins return plugin name
Required to let users enable them by hand.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// system includes
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
// library includes
|
||||
@@ -66,6 +66,6 @@ namespace linuxdeploy {
|
||||
/*
|
||||
* Finds all linuxdeploy plugins in $PATH and the current executable's directory and returns IPlugin instances for them.
|
||||
*/
|
||||
std::vector<IPlugin*> findPlugins();
|
||||
std::map<std::string, IPlugin*> findPlugins();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user