GtkCallback

The type of the callback functions used for e.g. iterating over the children of a container, see Container.foreach.

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