~noskcaj/ubuntu/saucy/xfce4-power-manager/1.2.0-2ubuntu1

« back to all changes in this revision

Viewing changes to settings/xfpm-settings.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-09 18:28:34 UTC
  • mfrom: (2.3.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101209182834-efb7dinmf9ssp3es
Tags: 1.0.1-0ubuntu1
Upload to natty (pkg-xfce svn r4665), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define __XFPM_SETTINGS_H
23
23
 
24
24
 
25
 
void           xfpm_settings_dialog_new         (XfconfChannel *channel,
26
 
                                                 gboolean system_laptop,
27
 
                                                 gboolean user_privilege,
 
25
GtkWidget      *xfpm_settings_dialog_new        (XfconfChannel *channel,
 
26
                                                 gboolean has_battery,
 
27
                                                 gboolean auth_hibernate,
 
28
                                                 gboolean auth_suspend,
 
29
                                                 gboolean can_shutdown,
28
30
                                                 gboolean can_suspend,
29
31
                                                 gboolean can_hibernate,
30
32
                                                 gboolean has_lcd_brightness,
32
34
                                                 gboolean has_sleep_button,
33
35
                                                 gboolean has_hibernate_button,
34
36
                                                 gboolean has_power_button,
 
37
                                                 gboolean devkit_disk,
 
38
                                                 gboolean can_spin_down,
35
39
                                                 GdkNativeWindow id);
36
40
 
37
41