Next: , Previous: class-properties, Up: Object types information


4.3 class-property-info

— Function: class-property-info
     (class-property-info type property-name) => property
type
A GType designator
property-name
A string naming the property
property
An instance of g-property-definition structure

Returns the property information for a single property.

Example:

     (class-property-info "GtkButton" "label")
     =>
     #<PROPERTY gchararray GtkButton.label (flags: readable writable constructor)>