threads_enter


Description:


public void threads_enter ()

This function marks the beginning of a critical section in which GDK and GTK+ functions can be called safely and without causing race conditions.

Note:

All GDK and GTK+ calls should be made from the main thread

Only one thread at a time can be in such a critial section.


Namespace: Gdk
Package: gdk-2.0