Method
ClutterIntervalcompute
Declaration [src]
const GValue*
clutter_interval_compute (
ClutterInterval* interval,
gdouble factor
)
Description [src]
Computes the value between the interval
boundaries given the
progress factor
Unlike clutter_interval_compute_value(), this function will return a const pointer to the computed value
You should use this function if you immediately pass the computed
value to another function that makes a copy of it, like
g_object_set_property()
Available since: | 1.4 |
Return value
Returns: | GValue |
A pointer to the computed value,
or |
|
The data is owned by the instance. |