i3
Data Structures | Functions | Variables
config_parser.h File Reference
#include <yajl/yajl_gen.h>
Include dependency graph for config_parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ConfigResult
 

Functions

struct ConfigResultparse_config (const char *input, struct context *context)
 
void parse_file (const char *f)
 Parses the given file by first replacing the variables, then calling parse_config and possibly launching i3-nagbar. More...
 

Variables

pid_t config_error_nagbar_pid
 

Function Documentation

struct ConfigResult* parse_config ( const char *  input,
struct context context 
)
read
void parse_file ( const char *  f)

Variable Documentation

pid_t config_error_nagbar_pid

Definition at line 46 of file config_parser.c.

Referenced by cmd_reload(), i3_restart(), and parse_file().