GObject::signal_list_ids

array signal_list_ids(int gtype);

Lists the signals by id that a certain instance or interface type created. Further information about the signals can be acquired through signal_query() .

This method is static.

The gtype parameter is an integer unique to all classes/interfaces. You can acquire the gtype of a class by using ClassName::gtype.

See also: signal_list_names() , signal_query()