mirror of
https://github.com/rustdesk/qemu-display.git
synced 2026-02-16 02:20:54 +00:00
qdl: add new 'Owner' Chardev property
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user