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)
This commit is contained in:
Emmanuele Bassi 2008-09-23 12:23:05 +00:00
parent a4b0ffe1de
commit 9ddfe73b39
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
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

View 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
*/