summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/search_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/search_paths.h')
-rw-r--r--libs/ardour/ardour/search_paths.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/ardour/ardour/search_paths.h b/libs/ardour/ardour/search_paths.h
index f280e5dd3f..f76f997800 100644
--- a/libs/ardour/ardour/search_paths.h
+++ b/libs/ardour/ardour/search_paths.h
@@ -107,6 +107,12 @@ namespace ARDOUR {
/**
* return a Searchpath containing directories in which to look for
+ * plugin metadata ( tags and favorite/hidden status ).
+ */
+ LIBARDOUR_API PBD::Searchpath plugin_metadata_search_path ();
+
+ /**
+ * return a Searchpath containing directories in which to look for
* route templates.
*/
LIBARDOUR_API PBD::Searchpath route_template_search_path ();