Home | History | Annotate | Download | only in base

Lines Matching full:dispatch

39 //     GLib sources have four callbacks: Prepare, Check, Dispatch and Finalize.
41 // This function should return TRUE if it wants GLib to call its Dispatch, and
50 // making Check a second chance to tell GLib we are ready for Dispatch.
51 // Finally, GLib calls Dispatch for each source that is ready. If Dispatch
52 // returns FALSE, GLib will destroy the source. Dispatch calls may be recursive
67 // - *Does not* call dispatch on the sources.
72 // expected not to if gtk_events_pending returned true), and call dispatch.
101 // Only return TRUE if Dispatch should be called.
160 // This is needed to allow Run calls inside Dispatch.
309 if (!state_->dispatcher->Dispatch(event))