~ubuntu-branches/ubuntu/saucy/powerd/saucy-proposed

« back to all changes in this revision

Viewing changes to src/powerd-internal.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ricardo Mendoza, Ubuntu daily release
  • Date: 2013-09-26 18:34:30 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20130926183430-96ol5ngzsbnqp0sz
Tags: 0.13+13.10.20130926-0ubuntu1
[ Ricardo Mendoza ]
* Allow powerd to work with unity-mir's DBus API for screen power
  control, selective using the backend available according to the
  running display server. (LP: #1193222)

[ Ubuntu daily release ]
* Automatic snapshot from revision 94

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
/* Display functions */
75
75
void powerd_brightness_set_value(gint value);
76
76
gboolean powerd_display_enabled(void);
 
77
void display_set_power_mode(int display, char *powerd_mode);
77
78
void powerd_set_display_state(struct powerd_display_request *req);
78
79
int powerd_display_init(void);
79
80
void powerd_proximity_event(gboolean near);