Blender V4.3
WaylandDynload_Client Struct Reference

#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)
 

Detailed Description

Definition at line 73 of file wayland_dynload_client.h.

Member Function Documentation

◆ wl_display_cancel_read()

void WL_DYN_FN WaylandDynload_Client::wl_display_cancel_read ( struct wl_display * display)

◆ 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_dispatch_pending()

int WL_DYN_FN WaylandDynload_Client::wl_display_dispatch_pending ( struct wl_display * display)

◆ wl_display_flush()

int WL_DYN_FN WaylandDynload_Client::wl_display_flush ( struct wl_display * display)

◆ wl_display_get_error()

int WL_DYN_FN WaylandDynload_Client::wl_display_get_error ( struct wl_display * display)

◆ wl_display_get_fd()

int WL_DYN_FN WaylandDynload_Client::wl_display_get_fd ( struct wl_display * display)

◆ wl_display_get_protocol_error()

uint32_t WL_DYN_FN WaylandDynload_Client::wl_display_get_protocol_error ( struct wl_display * display,
const struct wl_interface ** interface,
uint32_t * id )

◆ wl_display_prepare_read()

int WL_DYN_FN WaylandDynload_Client::wl_display_prepare_read ( struct wl_display * display)

◆ wl_display_read_events()

int WL_DYN_FN WaylandDynload_Client::wl_display_read_events ( 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(** 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: