GtkModuleDisplayInitFunc

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

alias GtkModuleDisplayInitFunc = void function(GdkDisplay* display)

Meta