aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-gnome-clock.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove Gnome Clock location providerJon Lund Steffensen2013-12-091-44/+0
| | | | | | | | This was basically a hack that happened to work because the Gnome Clock applet could store the current location of the user, and Redshift was able to fetch this location through GConf. Since Redshift for some time now has supported a config file where the location can be set, there is not really any reason to use an external, fragile solution to do the same.
* Split init function of methods and providers into init and start.Jon Lund Steffensen2010-05-271-1/+7
| | | | | The set_option function can be called to set options between init and start.
* Let gamma methods and location providers print help on option parameters.Jon Lund Steffensen2010-05-271-0/+2
|
* Add location provider that reads location from the gconf key associatedJon Lund Steffensen2010-05-251-0/+36
with the GNOME Clock applet. The implementation is rather simplistic as it only reads the location once on init but that'll have to do for now.