(type-signals type &key (include-inherited t)) => signals
signal-info structures
Returns the list of signals that are available in type type.
Example:
(type-signals "GtkLabel" :include-inherited nil)
=>
(#<Signal [#138] void GtkLabel.move-cursor(GtkMovementStep, gint, gboolean) [RUN-LAST, ACTION]>
#<Signal [#139] void GtkLabel.copy-clipboard() [RUN-LAST, ACTION]>
#<Signal [#140] void GtkLabel.populate-popup(GtkMenu) [RUN-LAST]>)