mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
2008-09-23 Emmanuele Bassi <ebassi@linux.intel.com>
* clutter/clutter-timeout-pool.c: Reword previous commit.
This commit is contained in:
parent
b3726e4d66
commit
d3d29b194e
@ -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:
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user