wl_proxy_get_listener (3) Linux Manual Page
wl_proxy – Represents a protocol object on the client side. Synopsis #include <wayland-client.h> Public Member Functions struct wl_proxy * wl_proxy_create (struct wl_proxy *factory, const struct wl_interface *interface) void wl_proxy_destroy (struct wl_proxy *proxy) int wl_proxy_add_listener (struct wl_proxy *proxy, void(**implementation)(void), void *data) const void * wl_proxy_get_listener (struct wl_proxy *proxy) int wl_proxy_add_dispatcher (struct wl_proxy *proxy, wl_dispatcher_func_t dispatcher, const…
