Searched refs:emission (Results 1 – 11 of 11) sorted by relevance
166 Emission *emission);168 Emission *emission);690 Emission *emission) in emission_push() argument692 emission->next = *emission_list_p; in emission_push()693 *emission_list_p = emission; in emission_push()698 Emission *emission) in emission_pop() argument703 if (node == emission) in emission_pop()720 Emission *emission; in emission_find() local722 for (emission = emission_list; emission; emission = emission->next) in emission_find()723 if (emission->instance == instance && in emission_find()[all …]
2298 the innermost signal currently in emission for this instance.2300 of the innermost signal emission of an instance.2853 * gsignal.[hc]: made signal handler and emission hook ids gulongs.2857 emission they were connected within.3016 * gsignal.[hc]: fixed accumulator invocation, implemented emission3018 language bindings can wrap the accumulator and emission hook3184 emission arguments are to be considered static for the scope of the3185 emission. should be used with care and only if the caller knows that3187 to an emission.3220 * gsignal.c: add signal emission debugging abilities, along with
912 # emitted after: the lack of correlation between emission and expansion
293 * tests/refcount/signals.c: Test signal emission from
1061 the reply, rather than by the signal emission return value2966 * Added signal emission hooks and signal accumulators.
1535 Refactor the emission of the download-requested signal so that we5340 returning WebKitNavigationResponse. The emission will be stopped
3149 the signal emission return value. This is because
7515 (KHTMLPart::restoreURL): Un-ifdef emission of started().7516 (KHTMLPart::openURL): Un-ifdef emission of started().
8211 AtkObject::state-changed:focused signal emission.
5117 Updated docs with the signal emission behavior of urlChanged()
8043 Add improved "object oriented" signal handling/emission.