Find a file
Byron Clark 1dbe1c87c5 Use a gdouble for percentage.
The percentage field of the device object is a gdouble.  Low battery
calculations should read this field as a gdouble instead of a guint to
get the correct value.   This fixes the case where clients see
on-low-battery possibly changing with every percentage of battery
discharge.

Signed-off-by: Byron Clark <byron@theclarkfamily.name>
2009-11-25 21:13:15 +00:00
devkit-power-gobject Add g_object_notify() calls for properties on DkpClient 2009-10-14 10:53:35 +01:00
doc trivial: generate the wakeups documentation too 2009-01-31 10:01:37 +00:00
po Update some common egg code for better debugging support 2009-11-23 14:24:00 +00:00
policy Port to PolicyKit1 2009-07-06 13:41:48 +01:00
rules Update the list of HID UPS 2009-11-20 09:31:52 +00:00
src Use a gdouble for percentage. 2009-11-25 21:13:15 +00:00
tools Update some common egg code for better debugging support 2009-11-23 14:24:00 +00:00
.gitignore trivial: fix conflicts 2009-03-04 13:12:10 +00:00
acinclude.m4 initial commit 2008-05-08 22:29:38 -04:00
AUTHORS trivial: add my copyright 2008-09-06 11:12:24 +01:00
autogen.sh fix up deps and build system 2008-11-11 09:31:16 -05:00
configure.ac trivial: post release version bump 2009-10-19 11:10:14 +01:00
COPYING update my email address 2008-11-11 10:13:24 -05:00
devkit-power-gobject.pc.in trivial: fix devkit-power-gobject when linking from external programs 2009-03-24 15:18:14 +00:00
HACKING update location of git repos 2008-08-12 12:35:14 -04:00
Makefile.am Move the udev rules to thier own directory 2009-07-03 11:53:34 +01:00
NEWS Released DeviceKit-power 012 2009-10-19 11:09:02 +01:00
README Update README to reflect reality 2009-07-28 13:46:29 +01:00
RELEASE trivial: post release version bump 2009-10-19 11:10:14 +01:00

===============
DeviceKit-power
===============

Requirements:

   glib-2.0         >= 2.6.0
   gio-2.0          >= 2.16.1
   dbus-1           >= 1.0
   dbus-glib-1      >= 0.76
   gudev-1.0        >= 001
   polkit-gobject-1 >= 0.91
   libusb

DeviceKit-power is an abstraction for enumerating power devices,
listening to device events and querying history and statistics.
Any application or service on the system can access the
org.freedesktop.DeviceKit.Power service via the system message bus.