- da_wl_array_add
alias da_wl_array_add = void* function(wl_array* array, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_array_copy
alias da_wl_array_copy = int function(wl_array* array, wl_array* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_array_init
alias da_wl_array_init = void function(wl_array* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_array_release
alias da_wl_array_release = void function(wl_array* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_list_empty
alias da_wl_list_empty = int function(const(wl_list)* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_list_init
alias da_wl_list_init = void function(wl_list* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_list_insert
alias da_wl_list_insert = void function(wl_list* list, wl_list* elm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_list_insert_list
alias da_wl_list_insert_list = void function(wl_list* list, wl_list* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_list_length
alias da_wl_list_length = int function(const(wl_list)* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_wl_list_remove
alias da_wl_list_remove = void function(wl_list* elm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_dispatcher_func_t
alias wl_dispatcher_func_t = int function(const(void)* impl, void* target, uint opcode, const(wl_message)* msg, wl_argument* args)
Dispatcher function type alias
- wl_fixed_t
alias wl_fixed_t = uint
- wl_log_func_t
alias wl_log_func_t = void function(const(char)*, va_list)
- wl_array_add
void* wl_array_add(wl_array* array, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_array_copy
int wl_array_copy(wl_array* array, wl_array* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_array_init
void wl_array_init(wl_array* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_array_release
void wl_array_release(wl_array* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_fixed_from_double
wl_fixed_t wl_fixed_from_double(double d)
Converts a floating-point number to a fixed-point number.
- wl_fixed_from_int
wl_fixed_t wl_fixed_from_int(int i)
Converts an integer to a fixed-point number.
- wl_fixed_to_double
double wl_fixed_to_double(wl_fixed_t f)
Converts a fixed-point number to a floating-point number.
- wl_fixed_to_int
int wl_fixed_to_int(wl_fixed_t f)
Converts a fixed-point number to an integer.
- wl_list_empty
int wl_list_empty(const(wl_list)* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_list_init
void wl_list_init(wl_list* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_list_insert
void wl_list_insert(wl_list* list, wl_list* elm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_list_insert_list
void wl_list_insert_list(wl_list* list, wl_list* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_list_length
int wl_list_length(const(wl_list)* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wl_list_remove
void wl_list_remove(wl_list* elm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
bindings to wayland-util.h