Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use g_clear_pointer() where useful | Charles Kerr | 2012-05-29 | 1 | -6/+2 |
* | try adding LCOV_EXCL_{START,STOP} for unreachable conditions (glib looking fo... | Charles Kerr | 2012-05-26 | 1 | -3/+17 |
* | nope, LCOV_EXCL_LINE doesn't work on macros | Charles Kerr | 2012-05-26 | 1 | -7/+7 |
* | try adding LCOV_EXCL_LINE for unreachable conditions (glib looking for subcla... | Charles Kerr | 2012-05-26 | 1 | -7/+7 |
* | remove the 'default' clause from get_property() and set_property(). | Charles Kerr | 2012-05-24 | 1 | -8/+0 |
* | remove some unnecessary type compatibilty tests... g_object_get_property() do... | Charles Kerr | 2012-05-24 | 1 | -6/+0 |
* | remove some unnecessary type compatibilty tests... g_object_set_property() do... | Charles Kerr | 2012-05-24 | 1 | -6/+0 |
* | remove the g_clear_pointer() calls s.t. things will build and run on alesage'... | Charles Kerr | 2012-05-24 | 1 | -2/+6 |
* | add private container struct IndicatorPowerDevice | Charles Kerr | 2012-05-24 | 1 | -0/+330 |