GtkModuleDisplayInitFunc

A multihead-aware GTK+ module may have a Module.displayInit function with this prototype. GTK+ calls this function for each opened display.

alias GtkModuleDisplayInitFunc = void function(GdkDisplay* display)

Meta