deserialize_property


Description:

public virtual bool deserialize_property (Node property_node, ParamSpec prop, bool nick) throws Error

Tryies to deserialize from a GXml.Node searching a GXml.Attribute with the name provided in @param prop or its nick if @nick is true, if not set, then GLib.ParamSpec name should used. If @param nick is set to true, then GLib.ParamSpec nick is used as name.