X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_main.h;h=a196e8909aec48bb56d916ac4a3fe5baf6973777;hb=9ee46b846e5e84ad40ceda4f4af94aeb86cd90a2;hp=908c60119f501ea23f827382f5d64c42f464479b;hpb=671aab63771f5d55a71d268745115e8d1ec38aa3;p=lyx.git diff --git a/src/lyx_main.h b/src/lyx_main.h index 908c60119f..a196e8909a 100644 --- a/src/lyx_main.h +++ b/src/lyx_main.h @@ -61,8 +61,13 @@ private: void defaultKeyBindings(kb_keymap * kbmap); /// set up the default dead key bindings if requested void deadKeyBindings(kb_keymap * kbmap); - /// check, set up and configure the user dir if necessary - void queryUserLyXDir(bool explicit_userdir); + /** Check for the existence of the user's support directory and, + * if not present, create it. Exits the program if the directory + * cannot be created. + * \returns true if the user-side configuration script + * (lib/configure) should be re-run in this directory. + */ + bool queryUserLyXDir(bool explicit_userdir); /// read lyxrc/preferences void readRcFile(std::string const & name); /// read the given ui (menu/toolbar) file