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 703827 - Confusion in docs for gtk_recent_info_get_modified () and gtk_recent_info_get_visited ()
Confusion in docs for gtk_recent_info_get_modified () and gtk_recent_info_get...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-07-08 21:50 UTC by aakash
Modified: 2013-07-09 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Clarify the documentation of gtk_recent_info_get_modified() and gtk_recent_info_get_visited() (1.59 KB, patch)
2013-07-08 21:50 UTC, aakash
accepted-commit_now Details | Review

Description aakash 2013-07-08 21:50:01 UTC
Created attachment 248671 [details] [review]
Clarify the documentation of gtk_recent_info_get_modified() and gtk_recent_info_get_visited()

The docs for gtk_recent_info_get_modified() and gtk_recent_info_get_visited() seem to suggest that they give the modified time and last visited time of the actual resource. However, that is not correct. They give the time when the recent information *meta-data* for that resource was last modified/visited, respectively.

I have attached a patch which makes the documentation a bit more clear about this.
Comment 1 Emmanuele Bassi (:ebassi) 2013-07-09 08:46:17 UTC
Review of attachment 248671 [details] [review]:

looks good.