Warning: init is deprecated since 1.10.
Initialises the Clutter threading mechanism, so that Clutter API can be called by multiple threads, using enter and leave to mark the critical sections.
This function does not do anything.
Threading support is initialized when Clutter is initialized.
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.