GtkObject::signal_handler_block

GtkObject::signal_handler_block

Blocks a signal handler from being called when the connected signal is emitted. handler_id is the value returned when connect() or one of its sister methods is called. While handler_id is blocked, the function passed to connect() will not be called when the connected signal is emitted. Calling signal_handler_unblock() will reverse this effect and allow the signal to call the function again.

See also: signal_handler_unblock()

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.