[][src]Trait wayland_protocols::wlr::unstable::foreign_toplevel::v1::client::zwlr_foreign_toplevel_manager_v1::RequestsTrait

pub trait RequestsTrait {
    fn stop(&self);
}

Required methods

fn stop(&self)

stop sending events

Indicates the client no longer wishes to receive events for new toplevels. However the compositor may emit further toplevel_created events, until the finished event is emitted.

The client must not send any more requests after this one.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwlrForeignToplevelManagerV1>[src]

Loading content...

Implementors

Loading content...