init
Description:
[ Deprecated ( since = "1.10" ) ]
public void init ()
Warning: init is deprecated.
Initialises the Clutter threading mechanism, so that Clutter API can be called by multiple threads, using
enter and
leave to mark the critical sections.
You must call g_thread_init before this function.
This function must be called before init.
It is safe to call this function multiple times.