Trait gio::prelude::DBusProxyExtManual

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

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§