Home | History | Annotate | Download | only in gobject

Lines Matching full:invocation

53  * emission mainly involves invocation of a certain set of callbacks
72 * 1 - Invocation of the object method handler for %G_SIGNAL_RUN_FIRST signals
75 * 2 - Invocation of normal user-provided signal handlers (<emphasis>after</emphasis> flag %FALSE)
78 * 3 - Invocation of the object method handler for %G_SIGNAL_RUN_LAST signals
81 * 4 - Invocation of user provided signal handlers, connected with an <emphasis>after</emphasis> flag of %TRUE
84 * 5 - Invocation of the object method handler for %G_SIGNAL_RUN_CLEANUP signals
95 * during callback invocation, to return from the "blocked" state, a
100 * argument of the signal handler currently subject to invocation.
2076 * Returns the invocation hint of the innermost signal emission of instance.
2078 * Returns: the invocation hint of the innermost signal emission.