ValueArray.prepend

Insert a copy of value as first element of value_array. If value is null, an uninitialized value is prepended.

More...

Parameters

value gobject.value.Value

#GValue to copy into #GValueArray, or null

Return Value

Type: gobject.value_array.ValueArray

the #GValueArray passed in as value_array

Detailed Description

Deprecated: Use #GArray and g_array_prepend_val() instead.