GNOME Bugzilla – Bug 703827
Confusion in docs for gtk_recent_info_get_modified () and gtk_recent_info_get_visited ()
Last modified: 2013-07-09 10:52:27 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.
Review of attachment 248671 [details] [review]: looks good.