ValueList.concat

Concatenates copies of @value1 and @value2 into a list. Values that are not of type #GST_TYPE_LIST are treated as if they were lists of length 1. @dest will be initialized to the type #GST_TYPE_LIST.

class ValueList
static
void
concat

Parameters

dest Value

an uninitialized #GValue to take the result

value1 Value

a #GValue

value2 Value

a #GValue

Meta