GtkObject::emit_stop_by_name

void emit_stop_by_name (string signal_name );

Stops the signal signal_name from being emitted. This will prevent the signal from being emitted and will in turn prevent the methods connected to the signal from being executed.

See also: emit() , emit_stop()