c
Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Union GLib.Mutex

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GMutex
Union : Mutex
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.Mutex ()
Create a new GLib.Mutex
Create a new GLib.Mutex
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib.Cond
Method
wait (Mutex mutex) : none
GLib.Cond
Method
wait_until (Mutex mutex, gint64 end_time) : gboolean
GLib.MainContext
Method
wait (Cond cond, Mutex mutex) : gboolean
RB
Method
RB.assert_locked (Mutex mutex) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:39 GMT+0800 (HKT)