Undocumented in source.
The glib.Thread struct represents a running thread. This struct is returned by Thread.new or Thread.tryNew. You can obtain the glib.Thread struct representing the current thread by calling Thread.self.
Undocumented in source.