diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-12-18 09:21:14 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-12-18 09:21:14 -0500 |
| commit | 43f005e69c12f855288c4630555eb033f395a2b3 (patch) | |
| tree | 85979d4c2b75698b919176884a35a1f129a92e7f /include | |
| parent | 146e73842e7594464dc4d63b042242a04384515e (diff) | |
| parent | 6f033f07e95392b4b7b4906f5be6821ba53b58be (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.h | 1 |
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 |
