Gdk.parseArgs

Parse command line arguments, and store for future use by calls to gdk_display_open().

Any arguments used by GDK are removed from the array and @argc and @argv are updated accordingly.

You shouldn’t call this function explicitly if you are using gtk_init(), gtk_init_check(), gdk_init(), or gdk_init_check().

struct Gdk
static
void
parseArgs
(
ref string[] argv
)

Parameters

argv string[]

the array of command line arguments.

Meta