aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/device.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/device.h b/src/device.h
index c7ba638..3f7bbee 100644
--- a/src/device.h
+++ b/src/device.h
@@ -40,11 +40,11 @@ typedef struct _IndicatorPowerDevice IndicatorPowerDevice;
typedef struct _IndicatorPowerDeviceClass IndicatorPowerDeviceClass;
typedef struct _IndicatorPowerDevicePrivate IndicatorPowerDevicePrivate;
-#define INDICATOR_POWER_DEVICE_KIND "indicator-power-device-kind"
-#define INDICATOR_POWER_DEVICE_STATE "indicator-power-device-state"
-#define INDICATOR_POWER_DEVICE_OBJECT_PATH "indicator-power-device-object-path"
-#define INDICATOR_POWER_DEVICE_PERCENTAGE "indicator-power-device-percentage"
-#define INDICATOR_POWER_DEVICE_TIME "indicator-power-device-time"
+#define INDICATOR_POWER_DEVICE_KIND "kind"
+#define INDICATOR_POWER_DEVICE_STATE "state"
+#define INDICATOR_POWER_DEVICE_OBJECT_PATH "object-path"
+#define INDICATOR_POWER_DEVICE_PERCENTAGE "percentage"
+#define INDICATOR_POWER_DEVICE_TIME "time"
/**
* IndicatorPowerDeviceClass: