summaryrefslogtreecommitdiffstats
path: root/src/itdb_artwork.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb_artwork.c')
-rw-r--r--src/itdb_artwork.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/itdb_artwork.c b/src/itdb_artwork.c
index 390841f..4cc81c0 100644
--- a/src/itdb_artwork.c
+++ b/src/itdb_artwork.c
@@ -888,10 +888,12 @@ gpointer itdb_thumb_ipod_item_to_pixbuf (Itdb_Device *device,
/**
* itdb_artwork_get_thumbnail!
* @artwork: an #Itdb_Artwork
- * @width: width of the pixbuf to retrieve, -1 for the biggest possible size
- * (with no scaling)
+ *
+ * @width: width of the pixbuf to retrieve, -1 for the biggest
+ * possible size and 0 for the smallest possible size (with no scaling)
+ *
* @height: height of the pixbuf to retrieve, -1 for the biggest possible size
- * (with no scaling)
+ * and 0 for the smallest possible size (with no scaling)
*
* Returns a #GdkPixbuf representing the thumbnail stored in @artwork
* scaling it if appropriate. If either height or width is -1, then the