| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Use existing connection object when creating proxies.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This property needs to be set in the latest versions of GeoClue2,
but it is not available in early versions.
|
| |
|
|
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.
|