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
Deprecated 3.6
Initializes GDK so that it can be used from multiple threads in conjunction with gdk_threads_enter() and gdk_threads_leave().
gdk_threads_enter()
gdk_threads_leave()
This call must be made before any use of the main loop from GTK+; to be safe, call it before gtk_init().
gtk_init()
since 3.6: All GDK and GTK+ calls should be made from the main thread
Initializes GDK so that it can be used from multiple threads in conjunction with
gdk_threads_enter()andgdk_threads_leave().This call must be made before any use of the main loop from GTK+; to be safe, call it before
gtk_init().