]> git.lyx.org Git - lyx.git/blobdiff - src/support/path_defines.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / path_defines.h
index 61d43a3f2720758bb1e6d330c013443fdf3d2422..c16645cd4072dae1a40aa9cba9d284996f9ea32d 100644 (file)
 namespace lyx {
 namespace support {
 
-/* The absolute path to the lyx build directory.
- * (Make-time value.)
- */
-string const & build_lyxdir();
+string const & lyx_localedir();
 
 /// The absolute path to the lyx support files we're actually going to use.
 string const & system_lyxdir();
@@ -28,6 +25,15 @@ string const & system_lyxdir();
 /// Set the absolute path to the lyx support files (from the command line).
 void system_lyxdir(string const &);
 
+/// The absolute path to the lyx support files in the build directory
+string const & build_lyxdir();
+
+/// The absolute path to the user-level lyx support files.
+string const & user_lyxdir();
+
+/// Set the absolute path to the user-level lyx support files.
+void user_lyxdir(string const &);
+
 /** \returns true if the user lyx dir existed already and did not need
  *  to be created afresh.
  */