diff --git a/ChangeLog b/ChangeLog index 6ba684e09..3f13e9b5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-09-23 Emmanuele Bassi + + Bug 1154 - clutter_timeout_pool_new() documentation doesn't say + how to free + + * clutter/clutter-timeout-pool.c: Update the documentation to + note that you must use g_source_unref() to free the timeout + pool. (Murray Cumming) + 2008-09-23 Emmanuele Bassi Bug 1124 - Clutter causes an additional size request in each diff --git a/clutter/clutter-timeout-pool.c b/clutter/clutter-timeout-pool.c index aacaa71ac..169186a69 100644 --- a/clutter/clutter-timeout-pool.c +++ b/clutter/clutter-timeout-pool.c @@ -422,7 +422,8 @@ clutter_timeout_pool_finalize (GSource *source) * Inside Clutter, every #ClutterTimeline share the same timeout pool, unless * the CLUTTER_TIMELINE=no-pool environment variable is set. * - * Return value: the newly created #ClutterTimeoutPool + * Return value: the newly created #ClutterTimeoutPool. Use g_source_unref() + * to release the resources allocated by this function * * Since: 0.4 */