Gdk.initCheck

Initializes the GDK library and connects to the windowing system, returning TRUE on success. Any arguments used by GDK are removed from the array and argc and argv are updated accordingly. GTK+ initializes GDK in gtk_init() and so this function is not usually needed by GTK+ applications.

class Gdk
static
int
initCheck
(
ref string[] argv
)

Parameters

argv string[]

the array of command line arguments. [array length=argc]inout

Return Value

Type: int

TRUE if initialization succeeded.

Meta