diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c index a6e5f4c97..41f939365 100644 --- a/clutter/clutter-main.c +++ b/clutter/clutter-main.c @@ -77,6 +77,16 @@ * g_timeout_add() that acquire the Clutter lock before invoking the provided * callback: clutter_threads_add_idle() and * clutter_threads_add_timeout(). + * The example below shows how to use a worker thread to perform a + * blocking operation, and perform UI updates using the main loop. + * + * A worker thread example + * + * + * FIXME: MISSING XINCLUDE CONTENT + * + * + * * */