12 #include <yajl/yajl_gen.h>
47 bool parse_file(
const char *f,
bool use_nagbar);
void start_config_error_nagbar(const char *configpath, bool has_errors)
Launch nagbar to indicate errors in the configuration file.
pid_t config_error_nagbar_pid
struct ConfigResultIR * parse_config(const char *input, struct context *context)
bool parse_file(const char *f, bool use_nagbar)
Parses the given file by first replacing the variables, then calling parse_config and launching i3-na...
Used during the config file lexing/parsing to keep the state of the lexer in order to provide useful ...