This provides dynamic (run-time) reflectance information about the available signals for a Gtk type/class. It gives the names of the signals, the parameters for the associated callback function and when it is called (i.e. before or after the object calls its own handlers).
gtkObjectGetSignals(obj)
gtkTypeGetSignals(type)
GtkType
whose signals
are to be retrieved.Information on Gtk is available from http://www.gtk.org.
gtkAddCallback