valueFixate
fn
bool valueFixate(gobject.value.Value dest, gobject.value.Value src)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.
Parameters
dest | the #GValue destination |
src | the #GValue to fixate |
Returns
true if dest contains a fixated version of src.