Virtual Method

ClutterIntervalcompute_value

Declaration [src]

gboolean
compute_value (
  ClutterInterval* interval,
  gdouble factor,
  GValue* value
)

Description [src]

Computes the value between the interval boundaries given the progress factor and copies it into value.

Available since:1.0

Parameters

factor gdouble
 

The progress factor, between 0 and 1

value GValue
 

Return location for an initialized GValue.

 The argument will be set by the function.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the operation was successful.