i3
Enumerations | Functions
load_layout.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  json_content_t { JSON_CONTENT_UNKNOWN = 0, JSON_CONTENT_CON = 1, JSON_CONTENT_WORKSPACE = 2 }
 

Functions

json_content_t json_determine_content (const char *filename)
 
void tree_append_json (Con *con, const char *filename, char **errormsg)
 

Enumeration Type Documentation

Enumerator
JSON_CONTENT_UNKNOWN 
JSON_CONTENT_CON 
JSON_CONTENT_WORKSPACE 

Definition at line 13 of file load_layout.h.

Function Documentation

json_content_t json_determine_content ( const char *  filename)
void tree_append_json ( Con con,
const char *  filename,
char **  errormsg 
)