![]() |
![]() |
![]() |
Reference Manual of the tinymail framework | ![]() |
---|---|---|---|---|
A TnyLockable implementation that, well, doesn't lock. One that, in other words, does nothing
typedef struct _TnyNoopLockable TnyNoopLockable;
A lockable that does nothing
free-functions: g_object_unref
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