Lines Matching full:handler
73 * @handler_return: A #GValue holding the return value of the signal handler.
96 * @G_SIGNAL_RUN_FIRST: Invoke the object method handler in the first emission stage.
97 * @G_SIGNAL_RUN_LAST: Invoke the object method handler in the third emission stage.
98 * @G_SIGNAL_RUN_CLEANUP: Invoke the object method handler in the last emission stage.
103 * upon handler connections and emissions.
134 * @G_CONNECT_AFTER: whether the handler should be called before or after the
135 * default handler of the signal.
137 * calling the handler.
417 * The handler will be called before the default handler of the signal.
419 * Returns: the handler id
432 * The handler will be called after the default handler of the signal.
434 * Returns: the handler id
448 * calling the handler.
450 * Returns: the handler id