GObject.signal_list_ids

function signal_list_ids(itype: GObject.Type): [return_value: Array(Number(guint)), n_ids: Number(guint)] {
    // Gjs wrapper for g_signal_list_ids()
}
  

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

itype

Instance or interface type.

return_value

Newly allocated array of signal IDs.

n_ids

Location to store the number of signal ids for itype.