summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/search_paths.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-29 11:42:56 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:45 -0400
commite4cfa1d95553bc9911dc206d8d2e3ff2d40adba2 (patch)
treecac4a84b1b99d9d8a7f0cdecd0388f485c6530ac /libs/ardour/ardour/search_paths.h
parent6151caf599fd7f539661ba68e1a588ba902aafb6 (diff)
infrastructure for finding theme files
Diffstat (limited to 'libs/ardour/ardour/search_paths.h')
-rw-r--r--libs/ardour/ardour/search_paths.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/libs/ardour/ardour/search_paths.h b/libs/ardour/ardour/search_paths.h
index 3130515852..f280e5dd3f 100644
--- a/libs/ardour/ardour/search_paths.h
+++ b/libs/ardour/ardour/search_paths.h
@@ -79,19 +79,29 @@ namespace ARDOUR {
*
* If ARDOUR_MIDI_PATCH_PATH is defined then the Searchpath returned
* will contain only those directories specified in it, otherwise it will
- * contain the user and system directories which may contain control
- * surface plugins.
+ * contain the user and system directories.
*/
LIBARDOUR_API PBD::Searchpath midi_patch_search_path ();
/**
* return a Searchpath containing directories in which to look for
+ * theme files.
+ *
+ * If ARDOUR_THEMES_PATH is defined then the Searchpath returned
+ * will contain only those directories specified in it, otherwise it will
+ * contain the user and system directories
+ */
+ LIBARDOUR_API PBD::Searchpath theme_search_path ();
+
+
+ /**
+ * return a Searchpath containing directories in which to look for
* panner plugins.
*
* If ARDOUR_PANNER_PATH is defined then the Searchpath returned
* will contain only those directories specified in it, otherwise it will
- * contain the user and system directories which may contain control
- * surface plugins.
+ * contain the user and system directories which may contain panner
+ * plugins.
*/
LIBARDOUR_API PBD::Searchpath panner_search_path ();