ValueGst.listConcat

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 ValueGst
static
void
listConcat

Parameters

dest Value

an uninitialized GValue to take the result. [out caller-allocates]

value1 Value

a GValue

value2 Value

a GValue

Meta