| Reference Manual of the tinymail framework | ||||
|---|---|---|---|---|
TnyGtkLockable;
TnyLockable* tny_gtk_lockable_new (void);
A TnyLockable implementation that uses gdk_threads_enter and gdk_threads_leave to implement the lock and unlock operations
TnyLockable* tny_gtk_lockable_new (void);
Create a TnyLockable instance that uses gdk_threads_enter and gdk_threads_leave as lock and unlock implementations.
| Returns : | a new TnyLockable instance implemented for Gtk+ |