mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
basic get_tree
This commit is contained in:
parent
ed88b11197
commit
421f49fe03
3 changed files with 104 additions and 0 deletions
|
|
@ -1,7 +1,10 @@
|
|||
#ifndef _SWAY_IPC_JSON_H
|
||||
#define _SWAY_IPC_JSON_H
|
||||
#include <json-c/json.h>
|
||||
#include "sway/container.h"
|
||||
|
||||
json_object *ipc_json_get_version();
|
||||
|
||||
json_object *ipc_json_describe_container_recursive(swayc_t *c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue