We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87101f3 commit 531dee4Copy full SHA for 531dee4
wayland-client/src/event_queue.rs
@@ -381,7 +381,7 @@ impl<State> EventQueue<State> {
381
/// Events are accumulated in the event queue internal buffer when the Wayland socket is read using
382
/// the read APIs on [`Connection`], or when reading is done from an other thread.
383
/// This method will dispatch all such pending events by sequentially invoking their associated handlers:
384
- /// the [`Dispatch`][crate::Dispatch] implementations on the provided `&mut D`.
+ /// the [`Dispatch`] implementations on the provided `&mut D`.
385
///
386
/// Note: this may block if another thread has frozen the queue.
387
pub fn dispatch_pending(&mut self, data: &mut State) -> Result<usize, DispatchError> {
0 commit comments