table of contents
other versions
- bookworm 1.21.0-1
- bookworm-backports 1.23.0-1~bpo12+1
- testing 1.23.0-1
- unstable 1.23.1-1
wl_protocol_logger(3) | Wayland | wl_protocol_logger(3) |
NAME¶
wl_protocol_logger
SYNOPSIS¶
Public Member Functions¶
void wl_protocol_logger_destroy (struct
wl_protocol_logger *logger)
Data Fields¶
struct wl_list link
wl_protocol_logger_func_t func
void * user_data
Member Function Documentation¶
void wl_protocol_logger_destroy (struct wl_protocol_logger * logger)¶
Destroys a protocol logger.
This function destroys a protocol logger and removes it from the display it was added to with wl_display_add_protocol_logger. The logger object becomes invalid after calling this function.
See also
wl_display_add_protocol_logger
Field Documentation¶
wl_protocol_logger_func_t wl_protocol_logger::func¶
struct wl_list wl_protocol_logger::link¶
void* wl_protocol_logger::user_data¶
Author¶
Generated automatically by Doxygen for Wayland from the source code.
Mon Jul 22 2024 08:50:19 | Version 1.23.0 |