Signals.emitStopByName

Warning gtk_signal_emit_stop_by_name is deprecated and should not be used in newly-written code. Use g_signal_stop_emission_by_name() instead. This function aborts a signal's current emission. It is just like gtk_signal_emit_stop() except it will lookup the signal id for you.

class Signals
static
void
emitStopByName

Parameters

object ObjectGtk

the object whose signal handlers you wish to stop.

name string

the name of the signal you wish to stop.

Meta