diff options
author | William Brown <[email protected]> | 2013-06-27 10:17:08 +0930 |
---|---|---|
committer | William Brown <[email protected]> | 2013-06-27 10:17:08 +0930 |
commit | 0d07b0bbc9a76b5401bee7f0c8132af8e8d558ff (patch) | |
tree | 730860e4f9b26d517a67ff31d2fe454f4886b1d4 /src/gpm-common.h | |
parent | 4d842135ce677957aee8bd5bb47f875b0ece570a (diff) | |
download | mate-power-manager-0d07b0bbc9a76b5401bee7f0c8132af8e8d558ff.tar.bz2 mate-power-manager-0d07b0bbc9a76b5401bee7f0c8132af8e8d558ff.tar.xz |
RHBZ #964678 : Patch that provides DBUS interface to control KbdBacklight.
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 ca4762c..1c83268 100644 --- a/src/gpm-common.h +++ b/src/gpm-common.h @@ -29,6 +29,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" |