wl_output_listener.done

sent all information about output

This event is sent after all other properties have been sent after binding to the output object and after any other property changes done after that. This allows changes to the output properties to be seen as atomic, even if they happen via multiple events.

struct wl_output_listener
void function(void* data, wl_output* wl_output) done;

Meta