summaryrefslogtreecommitdiff
path: root/src/up-device.h
AgeCommit message (Collapse)AuthorFilesLines
2014-11-26daemon: release resources at shutdownPeter Wu1-0/+1
This makes it easier to find real memory leaks with valgrind. After calling the up_backend_unplug functions, you cannot restart it with up_backend_coldplug since the lists are cleared. Tested with Linux only (not on *BSD; dummy compiles). https://bugs.freedesktop.org/show_bug.cgi?id=82659
2014-07-14Remove polkit dependencyEric Koegel1-1/+0
With the removal of the suspend/hibernate code, there's no longer a need for upower to depend on polkit. This patch removes the old polkit code. Signed-off-by: Richard Hughes <richard@hughsie.com>
2013-10-16daemon: Add GetDisplayDevice methodBastien Nocera1-0/+2
And export a DisplayDevice object which can be used by desktop shells to show/hide the status icon.
2013-10-15daemon: Remove unimplemented up_device_test()Bastien Nocera1-1/+0
2013-10-14daemon: Replace "on-low-battery" propertyBastien Nocera1-4/+0
With "warning-level" property.
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-40/+40
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes1-2/+2
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes1-0/+107
ABI changes