Warning g_value_array_remove has been deprecated since version 2.32 and should not be used in newly-written code. Use GArray and g_array_remove_index() instead. Remove the value at position index_ from value_array.
position of value to remove, which must be less than value_array->n_values
the GValueArray passed in as value_array. [transfer none]
See Implementation
Warning g_value_array_remove has been deprecated since version 2.32 and should not be used in newly-written code. Use GArray and g_array_remove_index() instead. Remove the value at position index_ from value_array.