Lines Matching full:emphasis
114 the correct stack frame for the called function and executing a <emphasis>call</emphasis>
164 in the <emphasis>pygobject</emphasis> module in the GNOME Subversion server).
183 it can be emitted: users of the type are said to <emphasis>connect</emphasis>
358 <emphasis>RUN_FIRST</emphasis>: if the G_SIGNAL_RUN_FIRST flag was used
360 the class_closure is invoked. Jump to <emphasis>EMISSION_HOOK</emphasis> state.
363 <emphasis>EMISSION_HOOK</emphasis>: if any emission hook was added to
365 and jump to <emphasis>HANDLER_RUN_FIRST</emphasis> state.
368 <emphasis>HANDLER_RUN_FIRST</emphasis>: if any closure were connected
372 Jump to <emphasis>RUN_LAST</emphasis> state.
375 <emphasis>RUN_LAST</emphasis>: if the G_SIGNAL_RUN_LAST
378 <emphasis>HANDLER_RUN_LAST</emphasis> state.
381 <emphasis>HANDLER_RUN_LAST</emphasis>: if any closure were connected
385 Jump to <emphasis>RUN_CLEANUP</emphasis> state.
388 <emphasis>RUN_CLEANUP</emphasis>: if the G_SIGNAL_RUN_CLEANUP flag
423 <title>The <emphasis>detail</emphasis> argument</title>
426 named the <emphasis>detail</emphasis>. Sometimes, this parameter is hidden by the API
461 <emphasis>signal_name::detail_name</emphasis>. Connecting to the signal
462 named <emphasis>notify::cursor_position</emphasis> will actually connect to the signal
463 named <emphasis>notify</emphasis> with the <emphasis>cursor_position</emphasis> name.
491 the <function><link linkend="g-signal-connect">g_signal_connect</link></function> functions: <emphasis>signal_name::detail_name</emphasis>.
505 by the <emphasis>notify</emphasis> signal of GObject: whenever a property is modified on a GObject,
506 instead of just emitting the <emphasis>notify</emphasis> signal, GObject associates as a detail to this