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.
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.