Trait gio::prelude::DebugControllerDBusExt

source ·
pub trait DebugControllerDBusExt: IsA<DebugControllerDBus> + Sealed + 'static {
    // Provided methods
    fn stop(&self) { ... }
    fn connect_authorize<F: Fn(&Self, &DBusMethodInvocation) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}
Available on crate feature v2_72 only.

Provided Methods§

source

fn stop(&self)

source

fn connect_authorize<F: Fn(&Self, &DBusMethodInvocation) -> bool + 'static>( &self, f: F ) -> SignalHandlerId

Object Safety§

This trait is not object safe.

Implementors§