TnyNoopLockable

TnyNoopLockable — A do-nothing lockable

Synopsis




                    TnyNoopLockable;
TnyLockable*        tny_noop_lockable_new               (void);

Object Hierarchy


  GObject
   +----TnyNoopLockable

Implemented Interfaces

TnyNoopLockable implements TnyLockable.

Description

A TnyLockable implementation that, well, doesn't lock. One that, in other words, does nothing

Details

TnyNoopLockable

typedef struct _TnyNoopLockable TnyNoopLockable;

A lockable that does nothing

free-functions: g_object_unref


tny_noop_lockable_new ()

TnyLockable*        tny_noop_lockable_new               (void);

Create a lockable that does nothing

Returns : (caller-owns): a TnyLockable instance that does nothing

Since 1.0 audience: application-developer