ValueArray.remove

Remove the value at position index_ from value_array.

More...
class ValueArray
remove
(
uint index
)

Parameters

index uint

position of value to remove, which must be less than value_array->n_values

Return Value

Type: gobject.value_array.ValueArray

the #GValueArray passed in as value_array

Detailed Description

Deprecated: Use #GArray and glib.array.Array.removeIndex instead.