wayland-client-d ~master (2017-02-05T13:30:42Z)
Dub
Repo
wl_interface
wayland
client
util
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
wl_interface {
const
(
char
*)
name
;
int
ver
;
int
method_count
;
const
(
wl_message
*)
methods
;
int
event_count
;
const
(
wl_message
*)
events
;
}
Members
Variables
event_count
int
event_count
;
Undocumented in source.
events
const
(
wl_message
*)
events
;
Undocumented in source.
method_count
int
method_count
;
Undocumented in source.
methods
const
(
wl_message
*)
methods
;
Undocumented in source.
name
const
(
char
*)
name
;
Undocumented in source.
ver
int
ver
;
Undocumented in source.
Meta
Source
See Implementation
wayland
client
util
aliases
da_wl_array_add
da_wl_array_copy
da_wl_array_init
da_wl_array_release
da_wl_list_empty
da_wl_list_init
da_wl_list_insert
da_wl_list_insert_list
da_wl_list_length
da_wl_list_remove
wl_dispatcher_func_t
wl_fixed_t
wl_log_func_t
functions
wl_fixed_from_double
wl_fixed_from_int
wl_fixed_to_double
wl_fixed_to_int
manifest constants
WAYLAND_VERSION
WAYLAND_VERSION_MAJOR
WAYLAND_VERSION_MICRO
WAYLAND_VERSION_MINOR
static variables
wl_array_add
wl_array_copy
wl_array_init
wl_array_release
wl_list_empty
wl_list_init
wl_list_insert
wl_list_insert_list
wl_list_length
wl_list_remove
structs
wl_array
wl_interface
wl_list
wl_message
templates
wl_container_of
wl_range
unions
wl_argument