aboutsummaryrefslogtreecommitdiff
path: root/src/timezone-geoclue.c
Commit message (Collapse)AuthorAgeFilesLines
* fix a trio of pedantic gcc warningsCharles Kerr2013-10-181-1/+1
|
* replace autotools with cmakeCharles Kerr2013-10-181-2/+0
|
* in the Datetime base class, make a set_timezone() function for subclasses ↵Charles Kerr2013-09-091-37/+2
| | | | s.t. they don't have to reinvent the wheel. As a result, also remove the 'timezone changed' signale emitter helper
* Add a signal handler for the slightly different prototype.Ted Gould2013-09-031-2/+14
|
* in geoclue's async callback functions, the caller owns the GErrors, we ↵Charles Kerr2013-06-141-4/+0
| | | | shouldn't free them.
* compile cleanly with -WextraCharles Kerr2013-05-121-6/+8
|
* minor documentation & #include cleanups to the timezone classesCharles Kerr2013-05-121-7/+0
|
* rename the 'DatetimeLocation' classes to the more accurate name ↵Charles Kerr2013-05-061-0/+261
'DatetimeTimezone'