Adds an emission hook for a signal, which will get called for any emission
of that signal, independent of the instance. This is possible only
for signals which don't have GObject.SignalFlags.NO_HOOKS flag set.
Parameters
signal_id: number
the signal identifier, as returned by g_signal_lookup().
Adds an emission hook for a signal, which will get called for any emission of that signal, independent of the instance. This is possible only for signals which don't have GObject.SignalFlags.NO_HOOKS flag set.