Class wl_protocol_logger_func_t

java.lang.Object
org.freedesktop.wayland.raw.wl_protocol_logger_func_t

public class wl_protocol_logger_func_t extends Object
typedef void (*wl_protocol_logger_func_t)(void *, enum wl_protocol_logger_type {
    WL_PROTOCOL_LOGGER_REQUEST,
    WL_PROTOCOL_LOGGER_EVENT
}, const struct wl_protocol_logger_message {
    struct wl_resource *resource;
    int message_opcode;
    const struct wl_message *message;
    int arguments_count;
    const union wl_argument *arguments;
} *)