[ CCode ( array_length_pos = 1.1 , array_length_type = "gsize" ) ]
[ Version ( since = "0.8" ) ]
public unowned 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
.
value |
a Value |
length |
return location for the number of returned integer values, or |
the pointer to a list of integer values. The returned value is owned by the Value and should never be modified or freed. |