Home | History | Annotate | Download | only in gobject

Lines Matching refs:block_count

251   guint         block_count : 16;
502 ((mask & G_SIGNAL_MATCH_UNBLOCKED) || handler->block_count == 0) &&
539 ((mask & G_SIGNAL_MATCH_UNBLOCKED) || handler->block_count == 0) &&
569 handler->block_count = 0;
2304 if (handler->block_count >= HANDLER_MAX_BLOCK_COUNT - 1)
2305 g_error (G_STRLOC ": handler block_count overflow, %s", REPORT_BUG);
2307 handler->block_count += 1;
2346 if (handler->block_count)
2347 handler->block_count -= 1;
2383 handler->block_count = 1;
2443 tmp->block_count = 1;
3243 else if (!handler->block_count && (!handler->detail || handler->detail == detail) &&
3313 if (handler->after && !handler->block_count && (!handler->detail || handler->detail == detail) &&