Last updated: Mon, 21 May 2012 view this page in English | Plain HTML
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.