2008-09-23 Emmanuele Bassi <ebassi@linux.intel.com>

* clutter/clutter-timeout-pool.c: Reword previous commit.
This commit is contained in:
Emmanuele Bassi 2008-09-23 13:25:31 +00:00
parent b3726e4d66
commit d3d29b194e
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-09-23 Emmanuele Bassi <ebassi@linux.intel.com>
* clutter/clutter-timeout-pool.c: Reword previous commit.
2008-09-23 Emmanuele Bassi <ebassi@linux.intel.com> 2008-09-23 Emmanuele Bassi <ebassi@linux.intel.com>
* clutter/clutter-timeout-pool.c: * clutter/clutter-timeout-pool.c:

View File

@ -422,9 +422,13 @@ clutter_timeout_pool_finalize (GSource *source)
* Inside Clutter, every #ClutterTimeline share the same timeout pool, unless * Inside Clutter, every #ClutterTimeline share the same timeout pool, unless
* the CLUTTER_TIMELINE=no-pool environment variable is set. * the CLUTTER_TIMELINE=no-pool environment variable is set.
* *
* #ClutterTimeoutPool is part of the #ClutterTimeline implementation
* and should not be used by application developers.
*
* Return value: the newly created #ClutterTimeoutPool. The created pool * Return value: the newly created #ClutterTimeoutPool. The created pool
* is owned by the GLib default context and should not be unreferenced * is owned by the GLib default context and will be automatically
* or freed * destroyed when the context is destroyed. It is possible to force
* the destruction of the timeout pool using g_source_destroy()
* *
* Since: 0.4 * Since: 0.4
*/ */