mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-behaviour-path.c: Clarify the equivalence between the upper and lower bounds of the ClutterAlpha and the position in the path. (#634)
This commit is contained in:
parent
b728858cc3
commit
c4e9f32034
@ -1,3 +1,9 @@
|
|||||||
|
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-behaviour-path.c: Clarify the equivalence
|
||||||
|
between the upper and lower bounds of the ClutterAlpha and
|
||||||
|
the position in the path. (#634)
|
||||||
|
|
||||||
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-12-17 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-texture.c: Mention the fact that a ClutterTexture
|
* clutter/clutter-texture.c: Mention the fact that a ClutterTexture
|
||||||
|
@ -35,10 +35,14 @@
|
|||||||
* cleared using clutter_behaviour_path_clear(). Each time the behaviour
|
* cleared using clutter_behaviour_path_clear(). Each time the behaviour
|
||||||
* reaches a knot in the path, the "knot-reached" signal is emitted.
|
* reaches a knot in the path, the "knot-reached" signal is emitted.
|
||||||
*
|
*
|
||||||
* Since: 0.2
|
* This first knot in the path is reached with the lower bound value
|
||||||
|
* provided by the #ClutterAlpha objectused by the behaviour; the last
|
||||||
|
* knot in the path is reached with the upper bound value provided by
|
||||||
|
* the #ClutterAlpha object used by the behaviour.
|
||||||
|
*
|
||||||
|
* #ClutterBehaviourPath is available since Clutter 0.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user