ValueGst.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.

struct ValueGst
static
bool
fixate

Parameters

dest Value

the #GValue destination

src Value

the #GValue to fixate

Return Value

Type: bool

%TRUE if @dest contains a fixated version of @src.

Meta