Home | History | Annotate | Download | only in gobject

Lines Matching refs:flags

208   guint              flags : 8;
834 if (node && detail && !(node->flags & G_SIGNAL_DETAILED))
842 Emission *emission_list = node->flags & G_SIGNAL_NO_RECURSE ? g_restart_emissions : g_recursive_emissions;
914 if (node->flags & G_SIGNAL_NO_HOOKS)
920 if (detail && !(node->flags & G_SIGNAL_DETAILED))
1049 (detail && !(node->flags & G_SIGNAL_DETAILED)))
1088 if (detail && !(node->flags & G_SIGNAL_DETAILED))
1094 Emission *emission_list = node->flags & G_SIGNAL_NO_RECURSE ? g_restart_emissions : g_recursive_emissions;
1270 query->signal_flags = node->flags;
1611 node->flags = signal_flags & G_SIGNAL_FLAGS_MASK;
1720 for (emission = (node.flags & G_SIGNAL_NO_RECURSE) ? g_restart_emissions : g_recursive_emissions;
2125 if (detail && !(node->flags & G_SIGNAL_DETAILED))
2183 if (detail && !(node->flags & G_SIGNAL_DETAILED))
2252 if (detail && !(node->flags & G_SIGNAL_DETAILED))
2472 * flags, and the criteria values are passed as arguments.
2552 * flags, and the criteria values are passed as arguments.
2554 * or %G_SIGNAL_MATCH_DATA match flags is required for successful matches.
2599 * #GSignalMatchType flags, and the criteria values are passed as arguments.
2601 * or %G_SIGNAL_MATCH_DATA match flags is required for successful matches.
2647 * combination of #GSignalMatchType flags, and the criteria values are
2650 * %G_SIGNAL_MATCH_DATA match flags is required for successful
2717 if (!(node->flags & G_SIGNAL_DETAILED))
2770 if (node->flags & G_SIGNAL_NO_RECURSE &&
2829 if (detail && !(node->flags & G_SIGNAL_DETAILED))
2924 if (detail && !(node->flags & G_SIGNAL_DETAILED))
3129 if (node->flags & G_SIGNAL_NO_RECURSE)
3156 emission_push ((node->flags & G_SIGNAL_NO_RECURSE) ? &g_restart_emissions : &g_recursive_emissions, &emission);
3171 if ((node->flags & G_SIGNAL_RUN_FIRST) && class_closure)
3211 hook->flags |= G_HOOK_FLAG_IN_CALL;
3216 hook->flags &= ~G_HOOK_FLAG_IN_CALL;
3279 if ((node->flags & G_SIGNAL_RUN_LAST) && class_closure)
3350 if ((node->flags & G_SIGNAL_RUN_CLEANUP) && class_closure)
3380 emission_pop ((node->flags & G_SIGNAL_NO_RECURSE) ? &g_restart_emissions : &g_recursive_emissions, &emission);