Main Gtk struct.
The GThread struct represents a running thread. It has three public
read-only members, but the underlying struct is bigger, so you must
not copy this struct.
Note
Resources for a joinable thread are not fully released
until g_thread_join() is called for that thread.
Main Gtk struct. The GThread struct represents a running thread. It has three public read-only members, but the underlying struct is bigger, so you must not copy this struct. Note Resources for a joinable thread are not fully released until g_thread_join() is called for that thread.