summaryrefslogtreecommitdiff
path: root/settings/xfpm-settings.h
diff options
context:
space:
mode:
authorAli Abdallah <ali.slackware@gmail.com>2009-04-10 21:31:33 +0000
committerAli Abdallah <ali.slackware@gmail.com>2009-04-10 21:31:33 +0000
commitaeaccf4e673546d532f41077563f9f4f679bad42 (patch)
tree3d2f4828baac8cee80e982032566aa6ff6d88332 /settings/xfpm-settings.h
parented818a555711f483181fc2d52029d7fd6f0db674 (diff)
downloadixfce4-power-manager-aeaccf4e673546d532f41077563f9f4f679bad42.tar.gz
Making the settings dialog pluggable+use the shutdown interface on the xfce4-session to shutdown0.8.0beta1
(Old svn revision: 7159)
Diffstat (limited to 'settings/xfpm-settings.h')
-rw-r--r--settings/xfpm-settings.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings/xfpm-settings.h b/settings/xfpm-settings.h
index e360f678..0877dffa 100644
--- a/settings/xfpm-settings.h
+++ b/settings/xfpm-settings.h
@@ -22,13 +22,14 @@
#define __XFPM_SETTINGS_H
-GtkWidget * xfpm_settings_dialog_new (XfconfChannel *channel,
+void xfpm_settings_dialog_new (XfconfChannel *channel,
gboolean system_laptop,
gboolean user_privilege,
gboolean can_suspend,
gboolean can_hibernate,
gboolean has_lcd_brightness,
- gboolean has_lid);
+ gboolean has_lid,
+ GdkNativeWindow id);