Work on bindings some more
This commit is contained in:
parent
da5c6ed172
commit
2acdb272fb
11 changed files with 290 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ use zbus::dbus_proxy;
|
|||
pub trait ActiveConnection {
|
||||
/// Connection property
|
||||
#[dbus_proxy(property)]
|
||||
fn connection(&self) -> zbus::Result<zbus::zvariant::OwnedObjectPath>;
|
||||
fn connection_(&self) -> zbus::Result<zbus::zvariant::OwnedObjectPath>;
|
||||
|
||||
/// Default property
|
||||
#[dbus_proxy(property)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue