diff options
author | Ted Gould <ted@canonical.com> | 2009-07-23 20:37:51 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-23 20:37:51 -0500 |
commit | 44fe17857bc3fca0093a83c4d4d4c344d14fca46 (patch) | |
tree | 13ccbb91153e3e7da353d66438e8d1ddc95cf60d /src | |
parent | 65fe469210b617061b28f2ce83b6fc187a0eb756 (diff) | |
download | ayatana-indicator-session-44fe17857bc3fca0093a83c4d4d4c344d14fca46.tar.gz ayatana-indicator-session-44fe17857bc3fca0093a83c4d4d4c344d14fca46.tar.bz2 ayatana-indicator-session-44fe17857bc3fca0093a83c4d4d4c344d14fca46.zip |
Adding in some DKp defines.
Diffstat (limited to 'src')
-rw-r--r-- | src/session-service.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/session-service.c b/src/session-service.c index 84091c8..c281a8a 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -9,6 +9,10 @@ #include "dbus-shared-names.h" +#define DKP_ADDRESS "org.freedesktop.DeviceKit.Power" +#define DKP_OBJECT "/org/freedesktop/DeviceKit/Power" +#define DKP_INTERFACE "org.freedesktop.DeviceKit.Power" + static DbusmenuMenuitem * root_menuitem = NULL; static GMainLoop * mainloop = NULL; |