(defstruct signal-info id name owner-type flags return-type param-types detail)
'(member :run-first :run-last :run-cleanup :no-recurse :detailed :action :no-hooks)
. Specifies the attributes of a signals
"label"
for signal "notify::label"
.
When *print-readably*
is nil, the following print syntax is used:
#<Signal [#1] void GObject.notify::label(GParam) [RUN-FIRST, NO-RECURSE, DETAILED, ACTION, NO-HOOKS]> #<Signal [#54] gboolean GtkWidget.proximity-in-event(GdkEvent) [RUN-LAST]> #<Signal [#64] void GtkWidget.drag-data-received(GdkDragContext, gint, gint, GtkSelectionData, guint, guint) [RUN-LAST]> #<Signal [#8] void GtkObject.destroy() [RUN-CLEANUP, NO-RECURSE, NO-HOOKS]>
This syntax specifies: