ValueArray.prepend

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

More...
class ValueArray
prepend

Parameters

value Value

#GValue to copy into #GValueArray, or %NULL

Return Value

the #GValueArray passed in as @value_array

Detailed Description

Deprecated: Use #GArray and g_array_prepend_val() instead.

Meta