|
|
|
@ -44,10 +44,11 @@ void wl_connection_consume(struct wl_connection *connection, size_t size); |
|
|
|
|
int wl_connection_data(struct wl_connection *connection, uint32_t mask); |
|
|
|
|
void wl_connection_write(struct wl_connection *connection, const void *data, size_t count); |
|
|
|
|
|
|
|
|
|
void wl_connection_vmarshal(struct wl_connection *connection, |
|
|
|
|
struct wl_object *sender, |
|
|
|
|
uint32_t opcode, va_list ap, |
|
|
|
|
const struct wl_message *message); |
|
|
|
|
struct wl_closure * |
|
|
|
|
wl_connection_vmarshal(struct wl_connection *connection, |
|
|
|
|
struct wl_object *sender, |
|
|
|
|
uint32_t opcode, va_list ap, |
|
|
|
|
const struct wl_message *message); |
|
|
|
|
|
|
|
|
|
struct wl_closure * |
|
|
|
|
wl_connection_demarshal(struct wl_connection *connection, |
|
|
|
@ -58,6 +59,8 @@ void |
|
|
|
|
wl_closure_invoke(struct wl_closure *closure, |
|
|
|
|
struct wl_object *target, void (*func)(void), void *data); |
|
|
|
|
void |
|
|
|
|
wl_closure_send(struct wl_closure *closure, struct wl_connection *connection); |
|
|
|
|
void |
|
|
|
|
wl_closure_print(struct wl_closure *closure, struct wl_object *target); |
|
|
|
|
void |
|
|
|
|
wl_closure_destroy(struct wl_closure *closure); |
|
|
|
|