wayland.client.core

Undocumented in source.

Members

Aliases

da_wl_display_cancel_read
alias da_wl_display_cancel_read = void function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_connect
alias da_wl_display_connect = wl_display* function(const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_connect_to_fd
alias da_wl_display_connect_to_fd = wl_display* function(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_create_queue
alias da_wl_display_create_queue = wl_event_queue* function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_disconnect
alias da_wl_display_disconnect = void function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_dispatch
alias da_wl_display_dispatch = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_dispatch_pending
alias da_wl_display_dispatch_pending = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_dispatch_queue
alias da_wl_display_dispatch_queue = int function(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_dispatch_queue_pending
alias da_wl_display_dispatch_queue_pending = int function(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_flush
alias da_wl_display_flush = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_get_error
alias da_wl_display_get_error = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_get_fd
alias da_wl_display_get_fd = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_get_protocol_error
alias da_wl_display_get_protocol_error = uint function(wl_display* display, const(wl_interface*)* iface, uint* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_prepare_read
alias da_wl_display_prepare_read = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_prepare_read_queue
alias da_wl_display_prepare_read_queue = int function(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_read_events
alias da_wl_display_read_events = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_roundtrip
alias da_wl_display_roundtrip = int function(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_display_roundtrip_queue
alias da_wl_display_roundtrip_queue = int function(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_event_queue_destroy
alias da_wl_event_queue_destroy = void function(wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_log_set_handler_client
alias da_wl_log_set_handler_client = void function(wl_log_func_t handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_add_dispatcher
alias da_wl_proxy_add_dispatcher = int function(wl_proxy* proxy, wl_dispatcher_func_t dispatcher_func, const(void*) dispatcher_data, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_add_listener
alias da_wl_proxy_add_listener = int function(wl_proxy* proxy, void function()* implementation, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_create
alias da_wl_proxy_create = wl_proxy* function(wl_proxy* factory, const(wl_interface*) iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_destroy
alias da_wl_proxy_destroy = void function(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_get_class
alias da_wl_proxy_get_class = const(char*) function(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_get_id
alias da_wl_proxy_get_id = uint function(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_get_listener
alias da_wl_proxy_get_listener = const(void*) function(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_get_user_data
alias da_wl_proxy_get_user_data = void* function(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_marshal
alias da_wl_proxy_marshal = void function(wl_proxy* p, uint opcode, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_marshal_array
alias da_wl_proxy_marshal_array = void function(wl_proxy* p, uint opcode, wl_argument* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_marshal_array_constructor
alias da_wl_proxy_marshal_array_constructor = wl_proxy* function(wl_proxy* proxy, uint opcode, wl_argument* args, const(wl_interface*) iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_marshal_constructor
alias da_wl_proxy_marshal_constructor = wl_proxy* function(wl_proxy* proxy, uint opcode, const(wl_interface*) iface, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_set_queue
alias da_wl_proxy_set_queue = void function(wl_proxy* proxy, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_wl_proxy_set_user_data
alias da_wl_proxy_set_user_data = void function(wl_proxy* proxy, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

wl_display_cancel_read
void wl_display_cancel_read(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_connect
wl_display* wl_display_connect(const(char*) name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_connect_to_fd
wl_display* wl_display_connect_to_fd(int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_create_queue
wl_event_queue* wl_display_create_queue(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_disconnect
void wl_display_disconnect(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_dispatch
int wl_display_dispatch(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_dispatch_pending
int wl_display_dispatch_pending(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_dispatch_queue
int wl_display_dispatch_queue(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_dispatch_queue_pending
int wl_display_dispatch_queue_pending(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_flush
int wl_display_flush(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_get_error
int wl_display_get_error(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_get_fd
int wl_display_get_fd(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_get_protocol_error
uint wl_display_get_protocol_error(wl_display* display, const(wl_interface*)* iface, uint* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_prepare_read
int wl_display_prepare_read(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_prepare_read_queue
int wl_display_prepare_read_queue(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_read_events
int wl_display_read_events(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_roundtrip
int wl_display_roundtrip(wl_display* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_display_roundtrip_queue
int wl_display_roundtrip_queue(wl_display* display, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_event_queue_destroy
void wl_event_queue_destroy(wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_log_set_handler_client
void wl_log_set_handler_client(wl_log_func_t handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_add_dispatcher
int wl_proxy_add_dispatcher(wl_proxy* proxy, wl_dispatcher_func_t dispatcher_func, const(void*) dispatcher_data, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_add_listener
int wl_proxy_add_listener(wl_proxy* proxy, void function()* implementation, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_create
wl_proxy* wl_proxy_create(wl_proxy* factory, const(wl_interface*) iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_destroy
void wl_proxy_destroy(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_get_class
const(char*) wl_proxy_get_class(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_get_id
uint wl_proxy_get_id(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_get_listener
const(void*) wl_proxy_get_listener(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_get_user_data
void* wl_proxy_get_user_data(wl_proxy* proxy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_marshal
void wl_proxy_marshal(wl_proxy* p, uint opcode, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_marshal_array
void wl_proxy_marshal_array(wl_proxy* p, uint opcode, wl_argument* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_marshal_array_constructor
wl_proxy* wl_proxy_marshal_array_constructor(wl_proxy* proxy, uint opcode, wl_argument* args, const(wl_interface*) iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_marshal_constructor
wl_proxy* wl_proxy_marshal_constructor(wl_proxy* proxy, uint opcode, const(wl_interface*) iface, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_set_queue
void wl_proxy_set_queue(wl_proxy* proxy, wl_event_queue* queue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wl_proxy_set_user_data
void wl_proxy_set_user_data(wl_proxy* proxy, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

wl_display_cancel_read
da_wl_display_cancel_read wl_display_cancel_read;
Undocumented in source.
wl_display_connect
da_wl_display_connect wl_display_connect;
Undocumented in source.
wl_display_connect_to_fd
da_wl_display_connect_to_fd wl_display_connect_to_fd;
Undocumented in source.
wl_display_create_queue
da_wl_display_create_queue wl_display_create_queue;
Undocumented in source.
wl_display_disconnect
da_wl_display_disconnect wl_display_disconnect;
Undocumented in source.
wl_display_dispatch
da_wl_display_dispatch wl_display_dispatch;
Undocumented in source.
wl_display_dispatch_pending
da_wl_display_dispatch_pending wl_display_dispatch_pending;
Undocumented in source.
wl_display_dispatch_queue
da_wl_display_dispatch_queue wl_display_dispatch_queue;
Undocumented in source.
wl_display_dispatch_queue_pending
da_wl_display_dispatch_queue_pending wl_display_dispatch_queue_pending;
Undocumented in source.
wl_display_flush
da_wl_display_flush wl_display_flush;
Undocumented in source.
wl_display_get_error
da_wl_display_get_error wl_display_get_error;
Undocumented in source.
wl_display_get_fd
da_wl_display_get_fd wl_display_get_fd;
Undocumented in source.
wl_display_get_protocol_error
da_wl_display_get_protocol_error wl_display_get_protocol_error;
Undocumented in source.
wl_display_prepare_read
da_wl_display_prepare_read wl_display_prepare_read;
Undocumented in source.
wl_display_prepare_read_queue
da_wl_display_prepare_read_queue wl_display_prepare_read_queue;
Undocumented in source.
wl_display_read_events
da_wl_display_read_events wl_display_read_events;
Undocumented in source.
wl_display_roundtrip
da_wl_display_roundtrip wl_display_roundtrip;
Undocumented in source.
wl_display_roundtrip_queue
da_wl_display_roundtrip_queue wl_display_roundtrip_queue;
Undocumented in source.
wl_event_queue_destroy
da_wl_event_queue_destroy wl_event_queue_destroy;
Undocumented in source.
wl_log_set_handler_client
da_wl_log_set_handler_client wl_log_set_handler_client;
Undocumented in source.
wl_proxy_add_dispatcher
da_wl_proxy_add_dispatcher wl_proxy_add_dispatcher;
Undocumented in source.
wl_proxy_add_listener
da_wl_proxy_add_listener wl_proxy_add_listener;
Undocumented in source.
wl_proxy_create
da_wl_proxy_create wl_proxy_create;
Undocumented in source.
wl_proxy_destroy
da_wl_proxy_destroy wl_proxy_destroy;
Undocumented in source.
wl_proxy_get_class
da_wl_proxy_get_class wl_proxy_get_class;
Undocumented in source.
wl_proxy_get_id
da_wl_proxy_get_id wl_proxy_get_id;
Undocumented in source.
wl_proxy_get_listener
da_wl_proxy_get_listener wl_proxy_get_listener;
Undocumented in source.
wl_proxy_get_user_data
da_wl_proxy_get_user_data wl_proxy_get_user_data;
Undocumented in source.
wl_proxy_marshal
da_wl_proxy_marshal wl_proxy_marshal;
Undocumented in source.
wl_proxy_marshal_array
da_wl_proxy_marshal_array wl_proxy_marshal_array;
Undocumented in source.
wl_proxy_marshal_array_constructor
da_wl_proxy_marshal_array_constructor wl_proxy_marshal_array_constructor;
Undocumented in source.
wl_proxy_marshal_constructor
da_wl_proxy_marshal_constructor wl_proxy_marshal_constructor;
Undocumented in source.
wl_proxy_set_queue
da_wl_proxy_set_queue wl_proxy_set_queue;
Undocumented in source.
wl_proxy_set_user_data
da_wl_proxy_set_user_data wl_proxy_set_user_data;
Undocumented in source.

Meta