Skip to content

gtk: Add gtk_is_initialized() and gtk_get_main_thread()

Philippe Normand requested to merge philn/gtk:master into master

These two functions are be useful, especially for gtk-rs, which performs some additional checks to ensure GTK+ is only used from the thread that called gtk_init().

Edited by Matthias Clasen

Merge request reports