Trait gio::prelude::DBusProxyExtManual
source · pub trait DBusProxyExtManual: 'static {
// Required method
fn connect_g_signal<F: Fn(&Self, Option<&str>, &str, &Variant) + Send + Sync + 'static>(
&self,
detail: Option<&str>,
f: F
) -> SignalHandlerId;
}