Lines Matching full:signals
43 * SECTION:signals
46 * @title: Signals
49 * <emphasis>emission</emphasis> of a signal. Signals are introduced
50 * per-type and are identified through strings. Signals introduced
56 * <footnote><para>Although signals can deal with any kind of instantiatable
58 * simply because that is the context most users will encounter signals in.
72 * 1 - Invocation of the object method handler for %G_SIGNAL_RUN_FIRST signals
78 * 3 - Invocation of the object method handler for %G_SIGNAL_RUN_LAST signals
84 * 5 - Invocation of the object method handler for %G_SIGNAL_RUN_CLEANUP signals
321 /* try looking up signals for this type and its ancestors */
887 * for signals which don't have #G_SIGNAL_NO_HOOKS flag set.
1163 * Lists the signals by id that a certain instance or interface type
1164 * created. Further information about the signals can be acquired through
1203 g_warning (G_STRLOC ": unable to list signals for invalid type id `%"G_GSIZE_FORMAT"'",
1206 g_warning (G_STRLOC ": unable to list signals of non instantiatable type `%s'",
1209 g_warning (G_STRLOC ": unable to list signals of unloaded type `%s'",
1222 * Two different signals may have the same name, if they have differing types.
2763 /* are signals being debugged? */
2765 IF_DEBUG (SIGNALS, g_trace_instance_signals || g_trap_instance_signals)
3116 IF_DEBUG (SIGNALS, g_trace_instance_signals == instance || g_trap_instance_signals == instance)
3407 * A predefined #GSignalAccumulator for signals that return a