Clients can handle the 'done' event to get notified when the related request is done.
More...
Clients can handle the 'done' event to get notified when the related request is done.
◆ WL_CALLBACK_DONE_SINCE_VERSION
#define WL_CALLBACK_DONE_SINCE_VERSION 1 |
◆ wl_callback_add_listener()
static int wl_callback_add_listener |
( |
struct wl_callback * |
wl_callback, |
|
|
const struct wl_callback_listener * |
listener, |
|
|
void * |
data |
|
) |
| |
|
inlinestatic |
Definition at line 1171 of file wayland-client-protocol.h.
1174 return wl_proxy_add_listener((
struct wl_proxy *) wl_callback,
1175 (
void (**)(
void)) listener,
data);
◆ wl_callback_destroy()
static void wl_callback_destroy |
( |
struct wl_callback * |
wl_callback | ) |
|
|
inlinestatic |
◆ wl_callback_get_user_data()
static void* wl_callback_get_user_data |
( |
struct wl_callback * |
wl_callback | ) |
|
|
inlinestatic |
◆ wl_callback_set_user_data()
static void wl_callback_set_user_data |
( |
struct wl_callback * |
wl_callback, |
|
|
void * |
user_data |
|
) |
| |
|
inlinestatic |