Method

ClutterIntervalpeek_final_value

Declaration [src]

GValue*
clutter_interval_peek_final_value (
  ClutterInterval* interval
)

Description [src]

Gets the pointer to the final value of 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.