aboutsummaryrefslogtreecommitdiff
path: root/src/device-provider-upower.c
Commit message (Collapse)AuthorAgeFilesLines
* adjust device-provider-upower's timer to reduce how many times we pull the ↵Charles Kerr2013-06-191-48/+86
| | | | device's properties over the bus.
* in provider-upower.c, clear its private hashtable in dispose() and destroy ↵Charles Kerr2013-06-191-1/+16
| | | | it in finalize()
* lower the interval on the upower timer to make our updates more responsiveCharles Kerr2013-06-191-1/+1
|
* in device-provider-upower's dispose(), disconnect from our proxy's signal ↵Charles Kerr2013-06-171-4/+11
| | | | before we unref the proxy
* add device-provider-upower, a UPower implementation of device-providerCharles Kerr2013-06-161-0/+364