GObject::signal_list_names

array signal_list_names(int gtype);

Lists all signals of the given class by name.

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_ids() , signal_query()