append_and_take_value

function append_and_take_value(value:GObject.Value, append_value:GObject.Value):void {
    // Gjs wrapper for gst_value_list_append_and_take_value()
}

Appends append_value to the GstValueList in value.

Since 1.2

value

a GObject.Value of type #GST_TYPE_LIST

append_value

the value to append