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

Required Methods§

source

fn connect_g_signal<F: Fn(&Self, Option<&str>, &str, &Variant) + Send + Sync + 'static>( &self, f: F ) -> SignalHandlerId

Implementors§