summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
diff options
context:
space:
mode:
authoraakash <aakash.goenka@gmail.com>2013-07-09 03:11:27 +0530
committerMatthias Clasen <mclasen@redhat.com>2013-07-09 06:51:45 -0400
commitfc6e725d2f3adf5905a600c8dca1c0f4df2e16db (patch)
tree86276e5debee25faf75b057d28f3dcaf8e19acfa /gtk/gtkrecentmanager.c
parentd837803fcffaa2ab43eab9b88d4c3178b89cd078 (diff)
downloadgtk+-fc6e725d2f3adf5905a600c8dca1c0f4df2e16db.tar.gz
gtkrecentmanager: Avoid confusion between the meta-data and the actual resource.
Fixed the documentation to clarify that gtk_recent_info_get_visited and gtk_recent_info_get_modified are actually about the recent info meta-data rather than the resource itself. https://bugzilla.gnome.org/show_bug.cgi?id=703827
Diffstat (limited to 'gtk/gtkrecentmanager.c')
-rw-r--r--gtk/gtkrecentmanager.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c
index d2f4d68de7..ab96db28d2 100644
--- a/gtk/gtkrecentmanager.c
+++ b/gtk/gtkrecentmanager.c
@@ -1660,8 +1660,8 @@ gtk_recent_info_get_added (GtkRecentInfo *info)
* gtk_recent_info_get_modified:
* @info: a #GtkRecentInfo
*
- * Gets the timestamp (seconds from system's Epoch) when the resource
- * was last modified.
+ * Gets the timestamp (seconds from system's Epoch) when the meta-data
+ * for the resource was last modified.
*
* Return value: the number of seconds elapsed from system's Epoch when
* the resource was last modified, or -1 on failure.
@@ -1680,8 +1680,8 @@ gtk_recent_info_get_modified (GtkRecentInfo *info)
* gtk_recent_info_get_visited:
* @info: a #GtkRecentInfo
*
- * Gets the timestamp (seconds from system's Epoch) when the resource
- * was last visited.
+ * Gets the timestamp (seconds from system's Epoch) when the meta-data
+ * for the resource was last visited.
*
* Return value: the number of seconds elapsed from system's Epoch when
* the resource was last visited, or -1 on failure.