GObject::unblock

void unblock(int handler_id);

Unblocks a signal handler blocked with block() , letting it continue to be called upon incoming signals.

If you blocked a handler multiple times, you need to unblock it the same amount of times to let it continue being called.

See also: block() , connect() , disconnect() , is_connected()