Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GThread |
Struct : | Thread |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
data : void*
|
GLib.Thread | |
func : [object Object]
|
GLib.Thread | |
joinable : Boolean
|
GLib.Thread | |
priority : GLib.ThreadPriority
|
GLib.Thread |
Method / Constructor | Defined By | |
---|---|---|
new GLib.Thread
()
Create a new GLib.Thread
Create a new GLib.Thread
|
||
join
()
:
void*
|
GLib.Thread | |
set_priority
(ThreadPriority priority)
:
none
|
GLib.Thread |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GLib
Method |
GLib.thread_create_full
(Function func, void* data, Number stack_size, Boolean joinable, Boolean bound, ThreadPriority priority)
:
GLib.Thread
|
GLib
Method |
GLib.thread_self
()
:
GLib.Thread
|