~vcs-imports/xfce4-power-manager/trunk

« back to all changes in this revision

Viewing changes to common/xfpm-power-common.h

  • Committer: Simon Steinbeiss
  • Date: 2019-11-15 23:50:05 UTC
  • Revision ID: git-v1:90dc136450cc2878619a19aaca0357bee016dd1f
Fix indentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#define POLKIT_AUTH_SUSPEND_CONSOLEKIT2   "org.freedesktop.consolekit.system.suspend"
44
44
#define POLKIT_AUTH_HIBERNATE_CONSOLEKIT2 "org.freedesktop.consolekit.system.hibernate"
45
45
 
46
 
const gchar *xfpm_power_translate_device_type (guint type);
47
 
 
48
 
const gchar     *xfpm_power_translate_technology (guint value);
49
 
 
50
 
gchar *xfpm_battery_get_time_string (guint seconds);
51
 
 
52
 
gchar *get_device_icon_name (UpClient *upower, UpDevice *device);
53
 
 
54
 
gchar *get_device_description (UpClient *upower, UpDevice *device);
 
46
const gchar *xfpm_power_translate_device_type (guint     type);
 
47
const gchar     *xfpm_power_translate_technology  (guint     value);
 
48
gchar       *xfpm_battery_get_time_string     (guint     seconds);
 
49
gchar       *get_device_icon_name             (UpClient *upower,
 
50
                                               UpDevice *device);
 
51
gchar       *get_device_description           (UpClient *upower,
 
52
                                               UpDevice *device);
55
53
 
56
54
#endif /* XFPM_UPOWER_COMMON */