summaryrefslogtreecommitdiff
path: root/src/xfpm-brightness-hal.h
diff options
context:
space:
mode:
authorAli Abdallah <ali.slackware@gmail.com>2009-03-18 21:18:15 +0000
committerAli Abdallah <ali.slackware@gmail.com>2009-03-18 21:18:15 +0000
commit1b01b4df19c0457f87a592b9be7bd8b918cea887 (patch)
treed59c9c13421f6a9b1a2faa831ee212da738a4eb3 /src/xfpm-brightness-hal.h
parent913d4a49399ad4fc5fd8c9a150353005a9e0427d (diff)
downloadixfce4-power-manager-1b01b4df19c0457f87a592b9be7bd8b918cea887.tar.gz
Load relevent settings depending on the form factor the power manager is running on
(Old svn revision: 6944)
Diffstat (limited to 'src/xfpm-brightness-hal.h')
-rw-r--r--src/xfpm-brightness-hal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfpm-brightness-hal.h b/src/xfpm-brightness-hal.h
index b8f2d3c5..e58c67d1 100644
--- a/src/xfpm-brightness-hal.h
+++ b/src/xfpm-brightness-hal.h
@@ -46,6 +46,8 @@ typedef struct
GType xfpm_brightness_hal_get_type (void) G_GNUC_CONST;
XfpmBrightnessHal *xfpm_brightness_hal_new (void);
+
+gboolean xfpm_brightness_hal_has_hw (XfpmBrightnessHal *brg);
G_END_DECLS
#endif /* __XFPM_BRIGHTNESS_HAL_H */