]> 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 8fd568d7a994fb324c04f79836c55748617a6630..c16645cd4072dae1a40aa9cba9d284996f9ea32d 100644 (file)
 namespace lyx {
 namespace support {
 
-/* The absolute path to the lyx build directory.
- * (Make-time value.)
- */
+string const & lyx_localedir();
+
+/// The absolute path to the lyx support files we're actually going to use.
+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.
  */