GtkObject::signal_handler_block
void
signal_handler_block
(int
handler_id
);
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()