Lockable
Object Hierarchy:
Description:
[
CCode ( type_cname =
"GdaLockableInterface" , type_id =
"gda_lockable_get_type ()" ) ]
public interface Lockable :
Object
All known implementing classes:
Content:
Methods:
- public abstract void @lock ()
Locks this.
- public abstract void @unlock ()
Unlocks this.
- public abstract bool trylock ()
Tries to lock this.
Inherited Members:
All known members inherited from class GLib.Object