Well it uh, mostly works.
This commit is contained in:
parent
29f0bbf0f6
commit
5af3abeb93
5 changed files with 77 additions and 15 deletions
|
|
@ -20,7 +20,11 @@
|
|||
|
||||
use zbus::dbus_proxy;
|
||||
|
||||
#[dbus_proxy(interface = "com.system76.PowerDaemon")]
|
||||
#[dbus_proxy(
|
||||
interface = "com.system76.PowerDaemon",
|
||||
default_service = "com.system76.PowerDaemon",
|
||||
default_path = "/com/system76/PowerDaemon"
|
||||
)]
|
||||
trait PowerDaemon {
|
||||
/// Balanced method
|
||||
fn balanced(&self) -> zbus::Result<()>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue