|
Blender V5.0
|
#include <wayland_dynload_client.h>
Public Member Functions | |
| 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.
| void WL_DYN_FN WaylandDynload_Client::wl_display_cancel_read | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_cancel_read().
Referenced by wl_display_cancel_read().
| struct wl_display *WL_DYN_FN WaylandDynload_Client::wl_display_connect | ( | const char * | name | ) |
References name, wl_display, and wl_display_connect().
Referenced by wl_display_connect().
| void WL_DYN_FN WaylandDynload_Client::wl_display_disconnect | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_disconnect().
Referenced by wl_display_disconnect().
| int WL_DYN_FN WaylandDynload_Client::wl_display_dispatch | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_dispatch().
Referenced by wl_display_dispatch().
| int WL_DYN_FN WaylandDynload_Client::wl_display_dispatch_pending | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_dispatch_pending().
Referenced by wl_display_dispatch_pending().
| int WL_DYN_FN WaylandDynload_Client::wl_display_flush | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_flush().
Referenced by wl_display_flush().
| int WL_DYN_FN WaylandDynload_Client::wl_display_get_error | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_get_error().
Referenced by wl_display_get_error().
| int WL_DYN_FN WaylandDynload_Client::wl_display_get_fd | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_get_fd().
Referenced by wl_display_get_fd().
| uint32_t WL_DYN_FN WaylandDynload_Client::wl_display_get_protocol_error | ( | struct wl_display * | display, |
| const struct wl_interface ** | interface, | ||
| uint32_t * | id ) |
References interface, wl_display, and wl_display_get_protocol_error().
Referenced by wl_display_get_protocol_error().
| int WL_DYN_FN WaylandDynload_Client::wl_display_prepare_read | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_prepare_read().
Referenced by wl_display_prepare_read().
| int WL_DYN_FN WaylandDynload_Client::wl_display_read_events | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_read_events().
Referenced by wl_display_read_events().
| int WL_DYN_FN WaylandDynload_Client::wl_display_roundtrip | ( | struct wl_display * | display | ) |
References wl_display, and wl_display_roundtrip().
Referenced by wl_display_roundtrip().
| void WL_DYN_FN WaylandDynload_Client::wl_log_set_handler_client | ( | wl_log_func_t | ) |
References wl_log_set_handler_client().
Referenced by wl_log_set_handler_client().
| int WL_DYN_FN WaylandDynload_Client::wl_proxy_add_listener | ( | struct wl_proxy * | proxy, |
| void(** | implementation )(void), | ||
| void * | data ) |
References data, and wl_proxy_add_listener().
Referenced by wl_proxy_add_listener().
| void WL_DYN_FN WaylandDynload_Client::wl_proxy_destroy | ( | struct wl_proxy * | proxy | ) |
References wl_proxy_destroy().
Referenced by wl_proxy_destroy().
| const char *const *WL_DYN_FN WaylandDynload_Client::wl_proxy_get_tag | ( | struct wl_proxy * | proxy | ) |
References wl_proxy_get_tag().
Referenced by wl_proxy_get_tag().
| void *WL_DYN_FN WaylandDynload_Client::wl_proxy_get_user_data | ( | struct wl_proxy * | proxy | ) |
References wl_proxy_get_user_data().
Referenced by wl_proxy_get_user_data().
| uint32_t WL_DYN_FN WaylandDynload_Client::wl_proxy_get_version | ( | struct wl_proxy * | proxy | ) |
References wl_proxy_get_version().
Referenced by wl_proxy_get_version().
| 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 ) |
References interface, and wl_proxy_marshal_array_flags().
Referenced by wl_proxy_marshal_array_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, | ||
| ... ) |
References interface, and wl_proxy_marshal_flags().
Referenced by wl_proxy_marshal_flags().
| void WL_DYN_FN WaylandDynload_Client::wl_proxy_set_tag | ( | struct wl_proxy * | proxy, |
| const char *const * | tag ) |
References wl_proxy_set_tag().
Referenced by wl_proxy_set_tag().
| void WL_DYN_FN WaylandDynload_Client::wl_proxy_set_user_data | ( | struct wl_proxy * | proxy, |
| void * | user_data ) |
References wl_proxy_set_user_data().
Referenced by wl_proxy_set_user_data().