aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-corelocation.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* corelocation: Update continuouslyJon Lund Steffensen2017-08-171-7/+22
|
* Change location providers to allow updatesJon Lund Steffensen2017-08-171-3/+4
| | | | | | | Change location provider implementations so it is possible for location providers to dynamically update the location. This commit adds the interfaces and infrastructure in redshift.c but none of the location provides are changed to become dynamic.
* Add location_t type with lat/lon fieldsJon Lund Steffensen2015-01-041-1/+3
|
* Add CoreLocation (OSX) location providerJon Lund Steffensen2014-12-151-0/+38
Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup.