summaryrefslogtreecommitdiff
path: root/plugins/power/gsd-power-plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Simplify plugin creation with a huge macroBastien Nocera2012-12-131-76/+1
| | | | Shaves about 2.7k lines of code.
* plugins: add class_finalize to REGISTER macroRay Strode2012-08-211-6/+0
| | | | | | | | We already have a convenience macro for plugins to use to define their types. This commit augments and leverages that macro to remove class_finalize function definition boilerplate.
* power: Add an initial power plugin that just handles the lid actionsRichard Hughes2011-07-041-0/+110
There's a whole lot more functionality coming...