valueDeserializeWithPspec

fnbool valueDeserializeWithPspec(out gobject.value.Value dest, string src, gobject.param_spec.ParamSpec pspec = null)

Tries to deserialize a string into the type specified by the given GValue. pspec may be used to guide the deserializing of nested members. If the operation succeeds, true is returned, false otherwise.

Parameters

dest#GValue to fill with contents of deserialization
srcstring to deserialize
pspecthe #GParamSpec describing the expected value

Returns

true on success