summaryrefslogtreecommitdiffstats
path: root/src/itdb_thumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb_thumb.c')
-rw-r--r--src/itdb_thumb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/itdb_thumb.c b/src/itdb_thumb.c
index 63a3671..0f9a394 100644
--- a/src/itdb_thumb.c
+++ b/src/itdb_thumb.c
@@ -185,7 +185,7 @@ itdb_thumb_ipod_item_duplicate (Itdb_Thumb_Ipod_Item *item)
*
* Duplicates the data contained in @thumb
*
- * Return value: a newly allocated copy of @thumb to be freed with
+ * Returns: a newly allocated copy of @thumb to be freed with
* itdb_thumb_free() after use
*
* Since: 0.3.0
@@ -310,7 +310,7 @@ Itdb_Thumb_Ipod_Item *itdb_thumb_ipod_get_item_by_type (Itdb_Thumb *thumbs,
* the full path to the ithmb file. Otherwise return the full path to
* the original file.
*
- * Return value: newly allocated string containing the absolute path to the
+ * Returns: newly allocated string containing the absolute path to the
* thumbnail file.
*/
gchar *itdb_thumb_ipod_get_filename (Itdb_Device *device, Itdb_Thumb_Ipod_Item *item)
@@ -374,7 +374,7 @@ const GList *itdb_thumb_ipod_get_thumbs (Itdb_Thumb_Ipod *thumbs)
* GDK_PIXBUF() yourself.
* </note>
*
- * Return value: a #GdkPixbuf that must be unreffed with gdk_pixbuf_unref()
+ * Returns: a #GdkPixbuf that must be unreffed with gdk_pixbuf_unref()
* after use, or NULL if the creation of the gdk-pixbuf failed or if
* libgpod was compiled without gdk-pixbuf support.
*
@@ -545,7 +545,7 @@ static GList *itdb_thumb_ipod_to_pixbufs (Itdb_Device *device,
* #GdkPixbuf corresponding to the various thumbnail sizes that were
* written to the iPod database.
*
- * Return value: a #GList of #GdkPixbuf which are associated with @thumb, NULL
+ * Returns: a #GList of #GdkPixbuf which are associated with @thumb, NULL
* if the pixbuf was invalid or if libgpod is compiled without gdk-pixbuf
* support. The #GdkPixbuf must be unreffed with gdk_pixbuf_unref() after use
* and the #GList must be freed with g_list_free().