aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/ipc-json.h
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2017-12-18 14:06:03 +0100
committerLibravatar emersion <contact@emersion.fr>2017-12-18 14:06:03 +0100
commit4e2ab531195f97370f417c6852a05be99eec2876 (patch)
tree85979d4c2b75698b919176884a35a1f129a92e7f /include/sway/ipc-json.h
parentMerge pull request #1503 from emersion/output-config (diff)
downloadsway-4e2ab531195f97370f417c6852a05be99eec2876.tar.gz
sway-4e2ab531195f97370f417c6852a05be99eec2876.tar.zst
sway-4e2ab531195f97370f417c6852a05be99eec2876.zip
Add IPC get_outputs
Diffstat (limited to 'include/sway/ipc-json.h')
-rw-r--r--include/sway/ipc-json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/ipc-json.h b/include/sway/ipc-json.h
index 9986c399..9435b664 100644
--- a/include/sway/ipc-json.h
+++ b/include/sway/ipc-json.h
@@ -5,6 +5,7 @@
5 5
6json_object *ipc_json_get_version(); 6json_object *ipc_json_get_version();
7 7
8json_object *ipc_json_describe_container(swayc_t *c);
8json_object *ipc_json_describe_container_recursive(swayc_t *c); 9json_object *ipc_json_describe_container_recursive(swayc_t *c);
9 10
10#endif 11#endif