Warning
g_value_array_append has been deprecated since version 2.32 and should not be used in newly-written code. Use GArray and g_array_append_val() instead.
Insert a copy of value as last element of value_array. If value is
NULL, an uninitialized value is appended.
Warning g_value_array_append has been deprecated since version 2.32 and should not be used in newly-written code. Use GArray and g_array_append_val() instead. Insert a copy of value as last element of value_array. If value is NULL, an uninitialized value is appended.