summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-02-11 10:11:42 +0000
committerJonas Danielsson <jonas@threetimestwo.org>2016-02-14 22:26:26 +0100
commit387cf99287ff6a2c9526eacbcc88f24144bc7115 (patch)
tree13ec1f7f583e567bf7486eac46764104512cfeca
parent63aa0715f396457e5b127eb2a011ecb390bcf819 (diff)
downloadgeocode-glib-387cf99287ff6a2c9526eacbcc88f24144bc7115.tar.gz
location: Expand documentation for GeocodeLocation:timestamp slightly
It’s great to know that this is a timestamp, but what does the timestamp represent? Dinner time? https://bugzilla.gnome.org/show_bug.cgi?id=761853
-rw-r--r--geocode-glib/geocode-location.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/geocode-glib/geocode-location.c b/geocode-glib/geocode-location.c
index 14223dc..a8429b8 100644
--- a/geocode-glib/geocode-location.c
+++ b/geocode-glib/geocode-location.c
@@ -606,7 +606,8 @@ geocode_location_class_init (GeocodeLocationClass *klass)
* GeocodeLocation:timestamp:
*
* A timestamp in seconds since
- * <ulink url="http://en.wikipedia.org/wiki/Unix_epoch">Epoch</ulink>.
+ * <ulink url="http://en.wikipedia.org/wiki/Unix_epoch">Epoch</ulink>,
+ * giving when the location was resolved from an address.
*
* A value of 0 (zero) will be interpreted as the current time.
*/
@@ -831,7 +832,8 @@ geocode_location_get_crs (GeocodeLocation *loc)
* geocode_location_get_timestamp:
* @loc: a #GeocodeLocation
*
- * Gets the timestamp (in seconds since Epoc) of location @loc.
+ * Gets the timestamp (in seconds since the Epoch) of location @loc. See
+ * #GeocodeLocation:timestamp.
*
* Returns: The timestamp of location @loc.
**/