aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2017-12-18 09:21:14 -0500
committerFurkan Sahin <furkan-dev@proton.me>2017-12-18 09:21:14 -0500
commit43f005e69c12f855288c4630555eb033f395a2b3 (patch)
tree85979d4c2b75698b919176884a35a1f129a92e7f /include
parent146e73842e7594464dc4d63b042242a04384515e (diff)
parent6f033f07e95392b4b7b4906f5be6821ba53b58be (diff)
Merge pull request #1525 from emersion/ipc-get-outputs
Add IPC get_outputs
Diffstat (limited to 'include')
-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 @@
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