summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/search_paths.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-01-21 14:16:43 +0100
committerRobin Gareus <robin@gareus.org>2016-02-22 22:06:47 +0100
commit4303fbfc0532cc6253d7b36c2dd1162f79d15e98 (patch)
tree683fe94e8920e0c25a3777a93ec7bef7d7d79bb9 /libs/ardour/ardour/search_paths.h
parentf2afb95c5d43240b4cc2ecba0ec70b5e3aee931f (diff)
add lua search path
Diffstat (limited to 'libs/ardour/ardour/search_paths.h')
-rw-r--r--libs/ardour/ardour/search_paths.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/ardour/ardour/search_paths.h b/libs/ardour/ardour/search_paths.h
index 3eea49164c..3130515852 100644
--- a/libs/ardour/ardour/search_paths.h
+++ b/libs/ardour/ardour/search_paths.h
@@ -107,6 +107,14 @@ namespace ARDOUR {
*/
LIBARDOUR_API PBD::Searchpath template_search_path ();
+
+ /**
+ * return a Searchpath containing directories in which to look for
+ * lua scripts
+ */
+ LIBARDOUR_API PBD::Searchpath lua_search_path ();
+
+
} // namespace ARDOUR
#endif /* __libardour_search_paths_h__ */