Function

Gdk-3.0Gdkparse_argsSince 2.2

  • 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().

    Parameters

    • argv: string[]

      the array of command line arguments.

    Returns string[]

    2.2