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 explicitely if you are using gtk_init(), gtk_init_check(), gdk_init(), or gdk_init_check(). Since 2.2

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

Parameters

argv string[]

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

Meta