From 7a370e8fc80e69aefa1cd0853e0213b3d67cce81 Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Thu, 28 Dec 2023 13:10:00 +0900 Subject: [PATCH] libgdbus: add dbus signal for power lock count change Change-Id: I86fafd338625126c8c624beeeb992a71e472d63f Signed-off-by: Youngjae Cho --- src/libgdbus/dbus-iface-system.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libgdbus/dbus-iface-system.h b/src/libgdbus/dbus-iface-system.h index 65f08d5..dcc654c 100644 --- a/src/libgdbus/dbus-iface-system.h +++ b/src/libgdbus/dbus-iface-system.h @@ -93,6 +93,8 @@ extern "C" { #define DEVICED_SIGNAL_POWER_CHANGE_STATE_TO_SUSPENDING_LATE "PowerChangeStateToSuspendingLate" /* Power service : signals on changing power lock state */ #define DEVICED_SIGNAL_POWER_LOCK_STATE_CHANGED "PowerLockStateChanged" +/* Power service : signals on changing power lock count */ +#define DEVICED_SIGNAL_POWER_LOCK_COUNT_CHANGED "PowerLockCountChanged" /* Storage service: get storage size operatioins about storage */ #define DEVICED_PATH_STORAGE DEVICED_OBJECT_PATH"/Storage" #define DEVICED_INTERFACE_STORAGE DEVICED_INTERFACE_NAME".storage" -- 2.34.1