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