git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32336 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-12-04 13:40:40 +00:00
parent 061b55c5f4
commit 7814b9c857

View File

@ -40,7 +40,8 @@ public:
/** Start child process.
* The string "what" contains a commandline with arguments separated
* by spaces.
* by spaces. Unset "process_events" in case UI should be blocked while
* processing the external command.
*/
int startscript(Starttype how, std::string const & what, bool process_events = true);
};