find_object_property_name


Description:

public virtual ParamSpec? find_object_property_name (string pname)

Returns a GXml.Object or a Collection property's GLib.ParamSpec based on given name. This method is case insensitive.

This method will check if nick's name is equal than given name in order to avoid use canonical names like "your-name" if your property is your_name; so you can use nick to "YourName" to find and instantiate it.