wl_resource(3) | Wayland | wl_resource(3) |
wl_resource
#include <wayland-server.h>
const char * wl_resource_get_class (struct
wl_resource *resource)
struct wl_resource * wl_resource_create (struct wl_client
*client, const struct wl_interface *interface, int
version, uint32_t id)
struct wl_object object
wl_resource_destroy_func_t destroy
struct wl_list link
struct wl_signal deprecated_destroy_signal
struct wl_client * client
void * data
int version
wl_dispatcher_func_t dispatcher
struct wl_priv_signal destroy_signal
struct wl_signal destroy_signal
Create a new resource object
Parameters
Listeners added with wl_client_add_resource_created_listener will be notified at the end of this function.
Retrieve the interface name (class) of a resource object.
Parameters
Generated automatically by Doxygen for Wayland from the source code.
Mon Aug 31 2020 | Version 1.18.0 |