Trait sourceview5::prelude::DBusProxyExtManual

source ·
pub trait DBusProxyExtManual: Sealed + IsA<DBusProxy> + 'static {
    // Provided method
    fn connect_g_signal<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self, Option<&str>, &str, &Variant) + Send + Sync + 'static { ... }
}

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O> DBusProxyExtManual for O
where O: IsA<DBusProxy>,