summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/filesystem_paths.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/ardour/ardour/filesystem_paths.h b/libs/ardour/ardour/filesystem_paths.h
index afa66453eb..cc1a21c45e 100644
--- a/libs/ardour/ardour/filesystem_paths.h
+++ b/libs/ardour/ardour/filesystem_paths.h
@@ -78,6 +78,13 @@ namespace ARDOUR {
* @return our 'Windows' search path ( corresponds to <install_dir>/share/ardour3 )
*/
LIBARDOUR_API PBD::Searchpath windows_search_path ();
+
+ /**
+ * @return Convenience function that calls
+ * g_win32_get_package_installation_directory_of_module but returns a
+ * std::string
+ */
+ LIBARDOUR_API std::string windows_package_directory_path ();
#endif
} // namespace ARDOUR