i3
|
#include <config.h>
#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, ...) |
#define | ystr(str) |
#define | ygenalloc() |
#define | yalloc(callbacks, client) |
Typedefs | |
typedef size_t | ylength |
#define y | ( | x, | |
... ) |
Definition at line 19 of file yajl_utils.h.
#define yalloc | ( | callbacks, | |
client ) |
Definition at line 23 of file yajl_utils.h.
Referenced by IPC_HANDLER(), and IPC_HANDLER().
#define ygenalloc | ( | ) |
Definition at line 22 of file yajl_utils.h.
Referenced by IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), IPC_HANDLER(), ipc_marshal_workspace_event(), ipc_send_barconfig_update_event(), ipc_send_binding_event(), ipc_send_shutdown_event(), and ipc_send_window_event().
#define ystr | ( | str | ) |
Definition at line 20 of file yajl_utils.h.
typedef size_t ylength |
Definition at line 24 of file yajl_utils.h.