aboutsummaryrefslogtreecommitdiff
path: root/src/device.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove IndicatorPowerDevice's now-unused device icon string.Charles Kerr2012-05-311-126/+0
* Add indicator_power_device_get_icon_names().Charles Kerr2012-05-311-1/+242
* use g_clear_pointer() where usefulCharles Kerr2012-05-291-6/+2
* try adding LCOV_EXCL_{START,STOP} for unreachable conditions (glib looking fo...Charles Kerr2012-05-261-3/+17
* nope, LCOV_EXCL_LINE doesn't work on macrosCharles Kerr2012-05-261-7/+7
* try adding LCOV_EXCL_LINE for unreachable conditions (glib looking for subcla...Charles Kerr2012-05-261-7/+7
* remove the 'default' clause from get_property() and set_property().Charles Kerr2012-05-241-8/+0
* remove some unnecessary type compatibilty tests... g_object_get_property() do...Charles Kerr2012-05-241-6/+0
* remove some unnecessary type compatibilty tests... g_object_set_property() do...Charles Kerr2012-05-241-6/+0
* remove the g_clear_pointer() calls s.t. things will build and run on alesage'...Charles Kerr2012-05-241-2/+6
* add private container struct IndicatorPowerDeviceCharles Kerr2012-05-241-0/+330