valueDeserializeWithPspec

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.

bool
valueDeserializeWithPspec

Parameters

dest gobject.value.Value

#GValue to fill with contents of deserialization

src string

string to deserialize

pspec gobject.param_spec.ParamSpec

the #GParamSpec describing the expected value

Return Value

Type: bool

true on success