Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GStaticRecMutex |
Struct : | StaticRecMutex |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
depth : Number
|
GLib.StaticRecMutex | |
mutex : GLib.StaticMutex
|
GLib.StaticRecMutex | |
owner : GLib.SystemThread
|
GLib.StaticRecMutex |
Method / Constructor | Defined By | |
---|---|---|
new GLib.StaticRecMutex
()
Create a new GLib.StaticRecMutex
Create a new GLib.StaticRecMutex
|
||
free
()
:
none
|
GLib.StaticRecMutex | |
init
()
:
none
|
GLib.StaticRecMutex | |
lock
()
:
none
|
GLib.StaticRecMutex | |
lock_full
(Number depth)
:
none
|
GLib.StaticRecMutex | |
trylock
()
:
Boolean
|
GLib.StaticRecMutex | |
unlock
()
:
none
|
GLib.StaticRecMutex | |
unlock_full
()
:
Number
|
GLib.StaticRecMutex |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst.Task
Method |
set_lock
(StaticRecMutex mutex)
:
none
Set the mutex used by the task.
|