Well it uh, mostly works.

This commit is contained in:
Lucy 2022-02-15 17:41:01 -05:00
parent 29f0bbf0f6
commit 5af3abeb93
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
5 changed files with 77 additions and 15 deletions

View file

@ -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<()>;