Function
Cluttervalue_set_shader_int
Declaration [src]
void
clutter_value_set_shader_int (
GValue* value,
gint size,
const gint* ints
)
Description [src]
Sets ints
as the contents of value
. The passed GValue
must have been initialized using CLUTTER_TYPE_SHADER_INT
.
Parameters
value
-
Type:
GValue
A
GValue
.The data is owned by the caller of the function. size
-
Type:
gint
Number of integer values in
ints
. ints
-
Type: An array of
gint
An array of integer values.
The length of the array is specified in the size
argument.The data is owned by the caller of the function.