gio::prelude

Trait DBusInterfaceExt

source
pub trait DBusInterfaceExt:
    IsA<DBusInterface>
    + Sealed
    + 'static {
    // Provided methods
    fn get(&self) -> Option<DBusObject> { ... }
    fn info(&self) -> DBusInterfaceInfo { ... }
    fn set_object(&self, object: Option<&impl IsA<DBusObject>>) { ... }
}

Provided Methods§

source

fn get(&self) -> Option<DBusObject>

source

fn info(&self) -> DBusInterfaceInfo

source

fn set_object(&self, object: Option<&impl IsA<DBusObject>>)

Object Safety§

This trait is not object safe.

Implementors§