prepend_value
function prepend_value(value:GObject.Value, prepend_value:GObject.Value):void {
// Gjs wrapper for gst_value_list_prepend_value()
}Prepends prepend_value to the GstValueList in value.
- value
a GObject.Value of type #GST_TYPE_LIST
- prepend_value
the value to prepend