After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761853 - location: Expand documentation for GeocodeLocation:timestamp slightly
location: Expand documentation for GeocodeLocation:timestamp slightly
Status: RESOLVED FIXED
Product: geocode-glib
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: geocode-glib maintainer(s)
geocode-glib maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-11 10:21 UTC by Philip Withnall
Modified: 2016-02-14 21:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
location: Expand documentation for GeocodeLocation:timestamp slightly (1.61 KB, patch)
2016-02-11 10:21 UTC, Philip Withnall
committed Details | Review
location: Fix precondition return for geocode_location_get_timestamp() (937 bytes, patch)
2016-02-11 10:21 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2016-02-11 10:21:34 UTC
Trivial patches attached.
Comment 1 Philip Withnall 2016-02-11 10:21:38 UTC
Created attachment 320860 [details] [review]
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?
Comment 2 Philip Withnall 2016-02-11 10:21:42 UTC
Created attachment 320861 [details] [review]
location: Fix precondition return for geocode_location_get_timestamp()

-1 is not a valid guint64. Use 0 instead.
Comment 3 Jonas Danielsson 2016-02-14 21:28:45 UTC
Attachment 320860 [details] pushed as 387cf99 - location: Expand documentation for GeocodeLocation:timestamp slightly
Attachment 320861 [details] pushed as d99d13a - location: Fix precondition return for geocode_location_get_timestamp()