Method

ClutterIntervalvalidate

since: 1.0

Declaration [src]

gboolean
clutter_interval_validate (
  ClutterInterval* interval,
  GParamSpec* pspec
)

Description [src]

Validates the initial and final values of interval against a GParamSpec.

Available since: 1.0

Parameters

pspec

Type: GParamSpec

A GParamSpec.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the ClutterInterval is valid, FALSE otherwise.