TypeScript API Documentation for GDK
API Version: 3.0
Library Version: 3.24.51
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Since 2.2
Parse command line arguments, and store for future use by calls to gdk_display_open().
gdk_display_open()
Any arguments used by GDK are removed from the array and argc and argv are updated accordingly.
argc
argv
You shouldn’t call this function explicitly if you are using gtk_init(), gtk_init_check(), gdk_init(), or gdk_init_check().
gtk_init()
gtk_init_check()
gdk_init()
gdk_init_check()
the array of command line arguments.
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
argcandargvare updated accordingly.You shouldn’t call this function explicitly if you are using
gtk_init(),gtk_init_check(),gdk_init(), orgdk_init_check().