Searched refs:G_SIGNAL_MATCH_UNBLOCKED (Results 1 – 2 of 2) sorted by relevance
167 G_SIGNAL_MATCH_UNBLOCKED = 1 << 5 enumerator
502 ((mask & G_SIGNAL_MATCH_UNBLOCKED) || handler->block_count == 0) && in handlers_find()539 ((mask & G_SIGNAL_MATCH_UNBLOCKED) || handler->block_count == 0) && in handlers_find()2725 (G_SIGNAL_MATCH_ID | G_SIGNAL_MATCH_DETAIL | (may_be_blocked ? 0 : G_SIGNAL_MATCH_UNBLOCKED)), in g_signal_has_handler_pending()