2008-09-23 Emmanuele Bassi <ebassi@linux.intel.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 23 Sep 2008 12:23:05 +0000 (12:23 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 23 Sep 2008 12:23:05 +0000 (12:23 +0000)
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)

ChangeLog
clutter/clutter-timeout-pool.c

index 6ba684e..3f13e9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-09-23  Emmanuele Bassi  <ebassi@linux.intel.com>
 
+       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  <ebassi@linux.intel.com>
+
        Bug 1124 - Clutter causes an additional size request in each
        allocation
 
index aacaa71..169186a 100644 (file)
@@ -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
  */