ValueArray.insert

Insert a copy of value at specified position into value_array. If value is NULL, an uninitialized value is inserted.

More...
class ValueArray
insert

Parameters

index uint

insertion position, must be <= value_array->;n_values

value Value

gobject.Value to copy into gstreamer.ValueArray, or NULL

Return Value

the gstreamer.ValueArray passed in as value_array

Detailed Description

Deprecated: Use GArray and g_array_insert_val() instead.