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