summaryrefslogtreecommitdiffstats
path: root/include/sway/ipc-json.h
blob: 9435b66403336dc31cc8d3fa41ad43f94ca745d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SWAY_IPC_JSON_H
#define _SWAY_IPC_JSON_H
#include <json-c/json.h>
#include "sway/container.h"

json_object *ipc_json_get_version();

json_object *ipc_json_describe_container(swayc_t *c);
json_object *ipc_json_describe_container_recursive(swayc_t *c);

#endif