Method
ClutterIntervalpeek_final_value
Declaration [src]
GValue*
clutter_interval_peek_final_value (
ClutterInterval* interval
)
Return value
Type: GValue
The final value of the interval.
The value is owned by the ClutterInterval
and it should not be
modified or freed.
The returned data is owned by the instance. |