Method

IdeSignalGroupunblock

Declaration

void
ide_signal_group_unblock (
  IdeSignalGroup* self
)

Description

Unblocks all signal handlers managed by self so they will be called again during any signal emissions unless it is blocked again. Must be unblocked exactly the same number of times it has been blocked to become active again.

See: g_signal_handler_unblock().