GtkCallback

The type of the callback functions used for e.g. iterating over the children of a container, see gtk_container_foreach().

alias GtkCallback = void function(GtkWidget* widget, void* data)

Meta