Skip to main content

DBusObjectManagerClientExt

Trait DBusObjectManagerClientExt 

Source
pub trait DBusObjectManagerClientExt: IsA<DBusObjectManagerClient> + 'static {
    // Provided methods
    fn connection(&self) -> DBusConnection { ... }
    fn flags(&self) -> DBusObjectManagerClientFlags { ... }
    fn name(&self) -> GString { ... }
    fn name_owner(&self) -> Option<GString> { ... }
    fn connect_interface_proxy_signal<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self, &DBusObjectProxy, &DBusProxy, &str, &str, &Variant) + Send + Sync + 'static { ... }
    fn connect_name_owner_notify<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Self) + Send + Sync + 'static { ... }
}

Provided Methods§

Source

fn connection(&self) -> DBusConnection

Source

fn flags(&self) -> DBusObjectManagerClientFlags

Source

fn name(&self) -> GString

Source

fn name_owner(&self) -> Option<GString>

Source

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

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§