Anime: expose new options in CLI

This commit is contained in:
Luke D. Jones
2023-11-15 17:45:25 +13:00
parent e470d3acc0
commit e88e7be8ae
4 changed files with 40 additions and 7 deletions

View File

@@ -44,8 +44,5 @@ trait Anime {
/// NotifyDeviceState signal
#[dbus_proxy(signal)]
fn notify_device_state(
&self,
data: (bool, &str, bool, (&str, &str, &str, &str)),
) -> zbus::Result<()>;
fn notify_device_state(&self, data: AnimeDeviceState) -> zbus::Result<()>;
}