Add IPC get_outputs

This commit is contained in:
emersion 2017-12-18 14:06:03 +01:00
parent 1aab9ae3e7
commit 4e2ab53119
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 53 additions and 2 deletions

View file

@ -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