aboutsummaryrefslogtreecommitdiff
path: root/src/device-provider.c
Commit message (Collapse)AuthorAgeFilesLines
* fix some compiler warnings generated by clang static analyzerCharles Kerr2014-07-131-1/+1
|
* copyediting: remove trailing spaces in source codeCharles Kerr2013-08-221-1/+1
|
* in indicator_power_device_provider_get_devices, confirm that the get_devices ↵Charles Kerr2013-06-191-1/+10
| | | | function pointer isn't NULL before we call it.
* fix build issue in indicator_power_device_provider_get_devices(), reported ↵Charles Kerr2013-06-191-1/+1
| | | | by CI...
* add device-provider, an interface class for an object that provides ↵Charles Kerr2013-06-161-0/+81
IndicatorPowerDevices. This could be given a UPower implementation, or a mock implementation, or a whatever-replaces-upower-on-phones implementation.