diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-12-26 21:38:05 -0800 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-12-26 21:38:05 -0800 |
| commit | d789e3a3737a368b69e4109ddc6da5b59d7810ad (patch) | |
| tree | 45bda2b815593f6aea48a25291dde21a9705cb63 /include | |
| parent | 114c47a62436d53ae24ea3f56d45be6b886dc39a (diff) | |
tree/view: add getters for sandbox properties
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/view.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index f6032221..9f084eeb 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -221,6 +221,12 @@ const char *view_get_window_role(struct sway_view *view); uint32_t view_get_window_type(struct sway_view *view); +const char *view_get_sandbox_engine(struct sway_view *view); + +const char *view_get_sandbox_app_id(struct sway_view *view); + +const char *view_get_sandbox_instance_id(struct sway_view *view); + const char *view_get_shell(struct sway_view *view); void view_get_constraints(struct sway_view *view, double *min_width, |
