Searched defs:G_CLOSURE_N_NOTIFIERS (Results 1 – 3 of 3) sorted by relevance
53 #define G_CLOSURE_N_NOTIFIERS(cl) (((cl)->n_guards << 1L) + \ macro
1364 function G_CLOSURE_N_NOTIFIERS(cl : PGClosure) : longint; in G_CLOSURE_N_NOTIFIERS() function