Next: , Previous: type-signals, Up: Object types information


4.4.7 parse-signal-name

— Function: parse-signal-name
     (parse-signal-name type signal-name) => signal
type
A GType designator that has the signal.
signal-name
A string that identifies the signal.
signal
A list signal-info structures.

Parses the signal name and returns the corresponding information. signal-name may include the detail part.

Example:

     (parse-signal-name "GObject" "notify::label")
     =>
     #<Signal [#1] void GObject.notify::label(GParam) [RUN-FIRST, NO-RECURSE, DETAILED, ACTION, NO-HOOKS]>