~ubuntu-branches/debian/sid/upower/sid

« back to all changes in this revision

Viewing changes to src/up-daemon.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2014-08-26 23:04:36 UTC
  • mfrom: (17.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140826230436-u4i8mk38dyty8gz5
Tags: 0.99.1-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define __UP_DAEMON_H__
23
23
 
24
24
#include <glib-object.h>
25
 
#include <polkit/polkit.h>
26
25
#include <dbus/dbus-glib.h>
27
26
 
28
27
#include "up-types.h"
77
76
                                                 gboolean                lid_is_closed);
78
77
void             up_daemon_set_lid_is_present   (UpDaemon               *daemon,
79
78
                                                 gboolean                lid_is_present);
80
 
void             up_daemon_set_is_docked        (UpDaemon               *daemon,
81
 
                                                 gboolean                is_docked);
82
79
void             up_daemon_set_on_battery       (UpDaemon               *daemon,
83
80
                                                 gboolean                on_battery);
84
81
void             up_daemon_set_warning_level    (UpDaemon               *daemon,