[geocode-glib] location: Expand documentation for GeocodeLocation:timestamp slightly



commit 387cf99287ff6a2c9526eacbcc88f24144bc7115
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Feb 11 10:11:42 2016 +0000

    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

 geocode-glib/geocode-location.c |    6 ++++--
 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.
  **/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]