Global functions and startup entry point. More...
Go to the source code of this file.
Macros | |
| #define | MAIN_ERR_PREFIX "MAIN: " |
| Message prefix for MAIN module. | |
Functions | |
| int | ts_lock_ui (void) |
| Lock UI thread. More... | |
| int | ts_unlock_ui (void) |
| Unlock UI thread. More... | |
| void | print_error (const char *msg) |
| Print error message. More... | |
| int | main (int argc, char **argv) |
| Program entry point. More... | |
Variables | |
| int | main_debug = 0 |
| Enable additional debug output if nonzero. | |
| const char * | main_confprefix = NULL |
Configuration directory path from command line option or NULL otherwise. | |
Global functions and startup entry point.
Copyright (c) 2012-2022 by the developers. See the LICENSE file for details.
Definition in file main.cxx.