From e4cfa1d95553bc9911dc206d8d2e3ff2d40adba2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 29 May 2016 11:42:56 -0400 Subject: infrastructure for finding theme files --- libs/ardour/ardour/search_paths.h | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'libs/ardour/ardour/search_paths.h') 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 (); -- cgit v1.2.3