PHP-GTK Manual
This manual is provided as a courtesy. It is not an official source. Please check gtk.php.net for updated information.
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()