diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-12-18 09:21:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 09:21:14 -0500 |
commit | 4fea223aba96c743726d509fee58ec8d8ff4a3d3 (patch) | |
tree | 85979d4c2b75698b919176884a35a1f129a92e7f /include/sway/ipc-json.h | |
parent | 1aab9ae3e74d15e2c346acbab2ef2def59db72eb (diff) | |
parent | 4e2ab531195f97370f417c6852a05be99eec2876 (diff) |
Merge pull request #1525 from emersion/ipc-get-outputs
Add IPC get_outputs
Diffstat (limited to 'include/sway/ipc-json.h')
-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 |