Method
ClutterIntervalset_initial_value
Declaration [src]
void
clutter_interval_set_initial_value (
ClutterInterval* interval,
const GValue* value
)
Description [src]
Sets the initial value of interval
to value
. The value is copied
inside the ClutterInterval
.
Available since: | 1.0 |
This method is renamed to clutter_interval_set_initial() in language bindings |
Parameters
value |
GValue |
A |
|
The data is owned by the caller of the function. |