Function

GtkModuleDisplayInitFunc

since: 2.2

Declaration

void
(* GtkModuleDisplayInitFunc) (
  GdkDisplay* display
)

Description [src]

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

Available since: 2.2

Parameters

display

Type: GdkDisplay

An open GdkDisplay.

The data is owned by the caller of the function.