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:
parent
a4b0ffe1de
commit
9ddfe73b39
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user