fix: restore signature

This commit is contained in:
Alessio Molinari
2024-02-04 18:01:26 +01:00
parent 2de8a83d84
commit d831a45622
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ class Bluetooth : public ALabel {
GDBusProxy*, GVariant*, const gchar* const*,
gpointer) -> void;
auto getDeviceBatteryPercentage(GDBusObject*, GDBusProxy*) -> std::optional<unsigned char>;
auto getDeviceBatteryPercentage(GDBusObject*) -> std::optional<unsigned char>;
auto getDeviceProperties(GDBusObject*, DeviceInfo&) -> bool;
auto getControllerProperties(GDBusObject*, ControllerInfo&) -> bool;