diff options
author | Youngjae Cho <y0.cho@samsung.com> | 2023-12-28 13:10:00 +0900 |
---|---|---|
committer | Youngjae Cho <y0.cho@samsung.com> | 2023-12-28 13:10:22 +0900 |
commit | 7a370e8fc80e69aefa1cd0853e0213b3d67cce81 (patch) | |
tree | 7aacdec573d9ba960275c0769423d52dca97a08e | |
parent | bd6654a068b05551d452f504274da648ea530a70 (diff) | |
download | libsyscommon-tizen_7.0.tar.gz libsyscommon-tizen_7.0.tar.bz2 libsyscommon-tizen_7.0.zip |
libgdbus: add dbus signal for power lock count changeaccepted/tizen/7.0/unified/20240104.073227accepted/tizen/7.0/unified/20240103.164228tizen_7.0accepted/tizen_7.0_unified
Change-Id: I86fafd338625126c8c624beeeb992a71e472d63f
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
-rw-r--r-- | src/libgdbus/dbus-iface-system.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |