API Version: 2.0
Library Version: 2.72
#define g_signal_handlers_unblock_by_func ( instance, func, data )
Unblocks all handlers on an instance that match func and data.
func
data
instance
-
The instance to unblock handlers from.
The C closure callback of the handlers (useless for non-C closures).
The closure data of the handlers’ closures.