add an plugin API to query generic-gui grid-layout
[ardour.git] / libs / ardour / ardour / search_paths.h
index 31305158525e32d956db42daa622e8bcb38a5805..f280e5dd3f6d73c8c2d4075b9cc89b1ab2f5cbca 100644 (file)
@@ -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 ();