Insert a copy of value at specified position into value_array. If value is null, an uninitialized value is inserted.
insertion position, must be <= value_array->;n_values
#GValue to copy into #GValueArray, or null
the #GValueArray passed in as value_array
Deprecated: Use #GArray and g_array_insert_val() instead.
Insert a copy of value at specified position into value_array. If value is null, an uninitialized value is inserted.