Method
ClutterIntervalset_final_value
Declaration [src]
void
clutter_interval_set_final_value (
  ClutterInterval* interval,
  const GValue* value
)
Description [src]
Sets the final value of interval to value. The value is
copied inside the ClutterInterval.
This method is renamed to clutter_interval_set_final() in language bindings.
Parameters
- value
- 
            Type: GValueA GValue.The data is owned by the caller of the method.