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.

Available since:1.0
This method is renamed to clutter_interval_set_final() in language bindings

Parameters

value GValue
 

A GValue.

 The data is owned by the caller of the function.