GdkEventFunc

Specifies the type of function passed to gdk_event_handler_set() to handle all GDK events.

alias GdkEventFunc = void function(GdkEvent* event, void* data)

Meta