diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-09 16:11:14 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-09 16:11:14 +0100 |
commit | 8cb168b752f4130e88daefa400bb9bf07cf18227 (patch) | |
tree | 0403f625ab5c9bace167d49787ac2ca873d327d6 /src/gpm-common.h | |
parent | 079471200ad1b05952ea1bef5c65979f552134b6 (diff) | |
parent | 0d07b0bbc9a76b5401bee7f0c8132af8e8d558ff (diff) | |
download | mate-power-manager-8cb168b752f4130e88daefa400bb9bf07cf18227.tar.bz2 mate-power-manager-8cb168b752f4130e88daefa400bb9bf07cf18227.tar.xz |
Merge pull request #60 from Firstyear/master
Add DBUS interface to kbdbacklight control
Diffstat (limited to 'src/gpm-common.h')
-rw-r--r-- | src/gpm-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpm-common.h b/src/gpm-common.h index 6f712cb..ef20f88 100644 --- a/src/gpm-common.h +++ b/src/gpm-common.h @@ -33,6 +33,7 @@ G_BEGIN_DECLS #define GPM_DBUS_SERVICE "org.mate.PowerManager" #define GPM_DBUS_INTERFACE "org.mate.PowerManager" #define GPM_DBUS_INTERFACE_BACKLIGHT "org.mate.PowerManager.Backlight" +#define GPM_DBUS_INTERFACE_KBD_BACKLIGHT "org.mate.PowerManager.KbdBacklight" #define GPM_DBUS_PATH "/org/mate/PowerManager" #define GPM_DBUS_PATH_BACKLIGHT "/org/mate/PowerManager/Backlight" #define GPM_DBUS_PATH_KBD_BACKLIGHT "/org/mate/PowerManager/KbdBacklight" |