Constructor
ClutterIntervalnew_with_values
Declaration [src]
ClutterInterval*
clutter_interval_new_with_values (
GType gtype,
const GValue* initial,
const GValue* final
)
Description [src]
Creates a new ClutterInterval
of type gtype
, between initial
and final
.
This function is useful for language bindings.
Available since: | 1.0 |
Parameters
gtype |
GType |
The type of the values in the interval. |
|
initial |
GValue |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
final |
GValue |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | ClutterInterval |
The newly created |
|
The data is owned by the called function. |