2008-01-21 Emmanuele Bassi,,, <ebassi@sprite>
* clutter/clutter-behaviour-depth.h: * clutter/clutter-behaviour-depth.c: (clutter_behaviour_depth_set_bounds), (clutter_behaviour_depth_get_bounds): Add the depth-start and depth-end accessors. * tests/test-depth.c (timeline_completed): Use set_bounds() instead of g_object_set(). * clutter.symbols: Add clutter_behaviour_depth_set_bounds() and clutter_behaviour_opacity_get_bounds() to the list of public symbols.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-01-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter-sections.txt: Add ClutterBehaviourDepth properties
|
||||
accessors.
|
||||
|
||||
2008-01-18 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* subclassing-ClutterActor.sgml: Fix up the wording and the
|
||||
|
@@ -838,12 +838,15 @@ clutter_log2x
|
||||
clutter_pow2x
|
||||
clutter_powx
|
||||
clutter_qmulx
|
||||
clutter_qdivx
|
||||
clutter_tani
|
||||
|
||||
<SUBSECTION Private>
|
||||
CFX_DIV
|
||||
CFX_INT
|
||||
CFX_MUL
|
||||
CFX_QMUL
|
||||
CFX_QDIV
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@@ -1082,6 +1085,8 @@ clutter_effect_template_get_type
|
||||
ClutterBehaviourDepth
|
||||
ClutterBehaviourDepthClass
|
||||
clutter_behaviour_depth_new
|
||||
clutter_behaviour_depth_set_bounds
|
||||
clutter_behaviour_depth_get_bounds
|
||||
<SUBSECTION Standard>
|
||||
CLUTTER_BEHAVIOUR_DEPTH
|
||||
CLUTTER_IS_BEHAVIOUR_DEPTH
|
||||
|
Reference in New Issue
Block a user