value_fixate
function value_fixate(dest:GObject.Value, src:GObject.Value):Boolean { // Gjs wrapper for gst_value_fixate() }
Fixate src into a new value dest. For ranges, the first element is taken. For lists and arrays, the first item is fixated and returned. If src is already fixed, this function returns FALSE.
- dest
the GObject.Value destination
- src
the GObject.Value to fixate
- Returns
true if dest contains a fixated version of src.