valueDeserialize

fnbool valueDeserialize(out gobject.value.Value dest, string src)

Tries to deserialize a string into the type specified by the given GValue. If the operation succeeds, true is returned, false otherwise.

Parameters

dest#GValue to fill with contents of deserialization
srcstring to deserialize

Returns

true on success