i3
|
#include <yajl/yajl_gen.h>
#include <yajl/yajl_parse.h>
#include <yajl/yajl_version.h>
Go to the source code of this file.
Macros | |
#define | y(x,...) yajl_gen_ ## x (gen, ##__VA_ARGS__) |
#define | ystr(str) yajl_gen_string(gen, (unsigned char*)str, strlen(str)) |
#define | ygenalloc() yajl_gen_alloc(NULL) |
#define | yalloc(callbacks, client) yajl_alloc(callbacks, NULL, client) |
Typedefs | |
typedef size_t | ylength |
Definition at line 17 of file yajl_utils.h.
#define yalloc | ( | callbacks, | |
client | |||
) | yajl_alloc(callbacks, NULL, client) |
Definition at line 21 of file yajl_utils.h.
Referenced by IPC_HANDLER().
#define ygenalloc | ( | ) | yajl_gen_alloc(NULL) |
Definition at line 20 of file yajl_utils.h.
Referenced by IPC_HANDLER(), ipc_send_barconfig_update_event(), ipc_send_window_event(), and ipc_send_workspace_focus_event().
#define ystr | ( | str | ) | yajl_gen_string(gen, (unsigned char*)str, strlen(str)) |
Definition at line 18 of file yajl_utils.h.
typedef size_t ylength |
Definition at line 22 of file yajl_utils.h.