aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-geoclue2.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move module structures out of headersJon Lund Steffensen2017-10-131-18/+0
|
* Move module struct definitions to separate filesJon Lund Steffensen2017-10-131-11/+1
|
* geoclue2: Update continuouslyJon Lund Steffensen2017-08-171-6/+20
|
* 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
|
* Fix #80: Add Geoclue2 location providerJon Lund Steffensen2014-12-151-0/+38
This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal.