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.40
Initializes the GDK library and connects to the windowing system, returning true on success.
true
Any arguments used by GDK are removed from the array and argc and argv are updated accordingly.
argc
argv
GTK+ initializes GDK in gtk_init() and so this function is not usually needed by GTK+ applications.
gtk_init()
the array of command line arguments.
true if initialization succeeded.
Initializes the GDK library and connects to the windowing system, returning
trueon success.Any arguments used by GDK are removed from the array and
argcandargvare updated accordingly.GTK+ initializes GDK in
gtk_init()and so this function is not usually needed by GTK+ applications.