GObject classes and interfaces have properties that can be queried with class-properties
, class-property-info
and interface-properties
. These functions represent information about properties with instances of g-class-property-definition
structure.
Information about signals can be queries with type-signals
, parse-signal-name
and query-signal-info
functions. Information is returned within instances of signal-info
structures.