Method
ClutterIntervalget_initial_value
Declaration [src]
void
clutter_interval_get_initial_value (
ClutterInterval* interval,
GValue* value
)
Description [src]
Retrieves the initial value of interval and copies
it into value.
The passed GValue must be initialized to the value held by
the ClutterInterval.
| Available since: | 1.0 |
Parameters
value |
GValue |
A |
|
| The argument will be set by the function. | |
| The data is owned by the caller of the function. |