find_property_spec


Description:

public abstract ParamSpec? find_property_spec (string property_name)

Handles finding the GLib.ParamSpec for a given property, it should a serializable property, see list_serializable_properties.

Parameters:

property_name

the name of a property to obtain a GLib.ParamSpec for

Returns:

a GLib.ParamSpec describing the named property