Function
Cluttervalue_get_shader_int
Declaration [src]
const gint*
clutter_value_get_shader_int (
const GValue* value,
gsize* length
)
Description [src]
Retrieves the list of integer values stored inside the passed
GValue
. value
must have been initialized with
CLUTTER_TYPE_SHADER_INT
.
Available since: | 0.8 |
Parameters
value |
GValue |
A |
|
The data is owned by the caller of the function. | |
length |
gsize* |
Return location for the number of returned integer
values, or |
|
The argument will be set by the function. |