summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2023-12-28 13:10:00 +0900
committerYoungjae Cho <y0.cho@samsung.com>2023-12-28 13:10:22 +0900
commit7a370e8fc80e69aefa1cd0853e0213b3d67cce81 (patch)
tree7aacdec573d9ba960275c0769423d52dca97a08e
parentbd6654a068b05551d452f504274da648ea530a70 (diff)
downloadlibsyscommon-tizen_7.0.tar.gz
libsyscommon-tizen_7.0.tar.bz2
libsyscommon-tizen_7.0.zip
Change-Id: I86fafd338625126c8c624beeeb992a71e472d63f Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
-rw-r--r--src/libgdbus/dbus-iface-system.h2
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"