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, NULL); |
#define | yalloc(callbacks, client) yajl_alloc(callbacks, NULL, NULL, client) |
Typedefs | |
typedef unsigned int | ylength |
Definition at line 18 of file yajl_utils.h.
#define yalloc | ( | callbacks, | |
client | |||
) | yajl_alloc(callbacks, NULL, NULL, client) |
Definition at line 27 of file yajl_utils.h.
Referenced by IPC_HANDLER().
#define ygenalloc | ( | ) | yajl_gen_alloc(NULL, NULL); |
Definition at line 26 of file yajl_utils.h.
Referenced by IPC_HANDLER(), and ipc_send_workspace_focus_event().
#define ystr | ( | str | ) | yajl_gen_string(gen, (unsigned char*)str, strlen(str)) |
Definition at line 19 of file yajl_utils.h.
typedef unsigned int ylength |
Definition at line 28 of file yajl_utils.h.