parse_args


Description:


public void parse_args (int argc, string argv)

Parse command line arguments, and store for future use by calls to 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 init, init_check, init, or init_check.

Parameters:

argc

the number of command line arguments.

argv

the array of command line arguments.


Namespace: Gdk
Package: gdk-2.0