get_shader_int
Description:
public weak int[]
get_shader_int (
Value value)
Retrieves the list of integer values stored inside the passed Value.
value must have been initialized with CLUTTER_TYPE_SHADER_INT.
Parameters:
| value |
a Value
|
| length |
return location for the number of returned integer values, or null
|
Returns:
| the pointer to a list of integer values. The returned value is owned by the Value
and should never be modified or freed. |