Class wl_resource_destroy_func_t

java.lang.Object
org.freedesktop.wayland.raw.wl_resource_destroy_func_t

public class wl_resource_destroy_func_t extends Object
typedef void (*wl_resource_destroy_func_t)(struct wl_resource {
    struct wl_object object;
    wl_resource_destroy_func_t destroy;
    struct wl_list link;
    struct wl_signal destroy_signal;
    struct wl_client *client;
    void *data;
} *)