ValueArray.remove
gobject.value_array.ValueArray remove(uint index)Remove the value at position index_ from value_array.
Parameters
index | position of value to remove, which must be less than value_array->n_values |
Returns
the #GValueArray passed in as value_array
Deprecated
Use #GArray and [glib.array.Array.removeIndex] instead.