#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_flush (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 63 of file wayland_dynload_client.h.
◆ wl_display_connect()
struct wl_display* WL_DYN_FN() WaylandDynload_Client::wl_display_connect |
( |
const char * |
name | ) |
|
◆ wl_display_disconnect()
void WL_DYN_FN() WaylandDynload_Client::wl_display_disconnect |
( |
struct wl_display * |
display | ) |
|
◆ wl_display_dispatch()
int WL_DYN_FN() WaylandDynload_Client::wl_display_dispatch |
( |
struct wl_display * |
display | ) |
|
◆ wl_display_flush()
int WL_DYN_FN() WaylandDynload_Client::wl_display_flush |
( |
struct wl_display * |
display | ) |
|
◆ wl_display_roundtrip()
int WL_DYN_FN() WaylandDynload_Client::wl_display_roundtrip |
( |
struct wl_display * |
display | ) |
|
◆ 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(**)(void) |
implementation, |
|
|
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: