Documentation for <wlr/interfaces/wlr_switch.h>
Table of contents
wlr_switch_finish() ¶
void wlr_switch_finish(struct wlr_switch *switch_device);
struct wlr_switch_impl ¶
struct wlr_switch_impl { const char *name; };
wlr_switch_init() ¶
void wlr_switch_init(struct wlr_switch *switch_device, const struct wlr_switch_impl *impl, const char *name);