mirror of
https://github.com/rustdesk/qemu-display.git
synced 2025-08-17 16:25:39 +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
|
/// Name property
|
||||||
#[dbus_proxy(property)]
|
#[dbus_proxy(property)]
|
||||||
fn name(&self) -> zbus::Result<String>;
|
fn name(&self) -> zbus::Result<String>;
|
||||||
|
|
||||||
|
/// Owner property
|
||||||
|
#[dbus_proxy(property)]
|
||||||
|
fn owner(&self) -> zbus::Result<String>;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(derivative::Derivative)]
|
#[derive(derivative::Derivative)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user