TnyGtkLockable

TnyGtkLockable — A lockable for Gdk-Threads

Synopsis




                    TnyGtkLockable;
TnyLockable*        tny_gtk_lockable_new                (void);

Object Hierarchy


  GObject
   +----TnyGtkLockable

Implemented Interfaces

TnyGtkLockable implements TnyLockable.

Description

A TnyLockable implementation that uses gdk_threads_enter and gdk_threads_leave to implement the lock and unlock operations

Details

TnyGtkLockable

typedef struct _TnyGtkLockable TnyGtkLockable;


tny_gtk_lockable_new ()

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+