#include <wayland_dynload_client.h>
|
| struct wl_display *WL_DYN_FN | wl_display_connect (const char *name) |
| |
| void WL_DYN_FN | wl_display_disconnect (struct wl_display *display) |
| |
| int WL_DYN_FN | wl_display_dispatch (struct wl_display *display) |
| |
| int WL_DYN_FN | wl_display_roundtrip (struct wl_display *display) |
| |
| int WL_DYN_FN | wl_display_dispatch_pending (struct wl_display *display) |
| |
| int WL_DYN_FN | wl_display_get_fd (struct wl_display *display) |
| |
| uint32_t WL_DYN_FN | wl_display_get_protocol_error (struct wl_display *display, const struct wl_interface **interface, uint32_t *id) |
| |
| int WL_DYN_FN | wl_display_prepare_read (struct wl_display *display) |
| |
| int WL_DYN_FN | wl_display_read_events (struct wl_display *display) |
| |
| void WL_DYN_FN | wl_display_cancel_read (struct wl_display *display) |
| |
| int WL_DYN_FN | wl_display_flush (struct wl_display *display) |
| |
| int WL_DYN_FN | wl_display_get_error (struct wl_display *display) |
| |
| void WL_DYN_FN | wl_log_set_handler_client (wl_log_func_t) |
| |
| int WL_DYN_FN | wl_proxy_add_listener (struct wl_proxy *proxy, void(**implementation)(void), void *data) |
| |
| void WL_DYN_FN | wl_proxy_destroy (struct wl_proxy *proxy) |
| |
| struct wl_proxy *WL_DYN_FN | wl_proxy_marshal_flags (struct wl_proxy *proxy, uint32_t opcode, const struct wl_interface *interface, uint32_t version, uint32_t flags,...) |
| |
| struct wl_proxy *WL_DYN_FN | wl_proxy_marshal_array_flags (struct wl_proxy *proxy, uint32_t opcode, const struct wl_interface *interface, uint32_t version, uint32_t flags, union wl_argument *args) |
| |
| void WL_DYN_FN | wl_proxy_set_user_data (struct wl_proxy *proxy, void *user_data) |
| |
| void *WL_DYN_FN | wl_proxy_get_user_data (struct wl_proxy *proxy) |
| |
| uint32_t WL_DYN_FN | wl_proxy_get_version (struct wl_proxy *proxy) |
| |
| const char *const *WL_DYN_FN | wl_proxy_get_tag (struct wl_proxy *proxy) |
| |
| void WL_DYN_FN | wl_proxy_set_tag (struct wl_proxy *proxy, const char *const *tag) |
| |
Definition at line 73 of file wayland_dynload_client.h.
◆ wl_display_cancel_read()
◆ wl_display_connect()
◆ wl_display_disconnect()
◆ wl_display_dispatch()
◆ wl_display_dispatch_pending()
◆ wl_display_flush()
◆ wl_display_get_error()
◆ wl_display_get_fd()
◆ wl_display_get_protocol_error()
◆ wl_display_prepare_read()
◆ wl_display_read_events()
◆ wl_display_roundtrip()
◆ wl_log_set_handler_client()
| void WL_DYN_FN WaylandDynload_Client::wl_log_set_handler_client |
( |
wl_log_func_t | | ) |
|
◆ wl_proxy_add_listener()
| int WL_DYN_FN WaylandDynload_Client::wl_proxy_add_listener |
( |
struct wl_proxy * | proxy, |
|
|
void(** | implementation )(void), |
|
|
void * | data ) |
◆ wl_proxy_destroy()
| void WL_DYN_FN WaylandDynload_Client::wl_proxy_destroy |
( |
struct wl_proxy * | proxy | ) |
|
◆ wl_proxy_get_tag()
| const char *const *WL_DYN_FN WaylandDynload_Client::wl_proxy_get_tag |
( |
struct wl_proxy * | proxy | ) |
|
◆ wl_proxy_get_user_data()
| void *WL_DYN_FN WaylandDynload_Client::wl_proxy_get_user_data |
( |
struct wl_proxy * | proxy | ) |
|
◆ wl_proxy_get_version()
| uint32_t WL_DYN_FN WaylandDynload_Client::wl_proxy_get_version |
( |
struct wl_proxy * | proxy | ) |
|
◆ wl_proxy_marshal_array_flags()
| struct wl_proxy *WL_DYN_FN WaylandDynload_Client::wl_proxy_marshal_array_flags |
( |
struct wl_proxy * | proxy, |
|
|
uint32_t | opcode, |
|
|
const struct wl_interface * | interface, |
|
|
uint32_t | version, |
|
|
uint32_t | flags, |
|
|
union wl_argument * | args ) |
◆ wl_proxy_marshal_flags()
| struct wl_proxy *WL_DYN_FN WaylandDynload_Client::wl_proxy_marshal_flags |
( |
struct wl_proxy * | proxy, |
|
|
uint32_t | opcode, |
|
|
const struct wl_interface * | interface, |
|
|
uint32_t | version, |
|
|
uint32_t | flags, |
|
|
| ... ) |
◆ wl_proxy_set_tag()
| void WL_DYN_FN WaylandDynload_Client::wl_proxy_set_tag |
( |
struct wl_proxy * | proxy, |
|
|
const char *const * | tag ) |
◆ wl_proxy_set_user_data()
| void WL_DYN_FN WaylandDynload_Client::wl_proxy_set_user_data |
( |
struct wl_proxy * | proxy, |
|
|
void * | user_data ) |
The documentation for this struct was generated from the following file: