mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
qdl: add new 'Owner' Chardev property
This commit is contained in:
parent
0d8866303e
commit
0f653ea6d5
@ -23,6 +23,10 @@ pub trait Chardev {
|
||||
/// Name property
|
||||
#[dbus_proxy(property)]
|
||||
fn name(&self) -> zbus::Result<String>;
|
||||
|
||||
/// Owner property
|
||||
#[dbus_proxy(property)]
|
||||
fn owner(&self) -> zbus::Result<String>;
|
||||
}
|
||||
|
||||
#[derive(derivative::Derivative)]
|
||||
|
Loading…
Reference in New Issue
Block a user