ValueArray.append

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

More...
class ValueArray
append

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_append_val() instead.

Meta