From 3fac8995fffdff1f1375f5b1c2a6233c4f779081 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 29 Jul 2008 21:54:46 +0000 Subject: Fix a few issues in the API doc after the API changes that went on git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2072 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb_artwork.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/itdb_artwork.c b/src/itdb_artwork.c index 4cc81c0..27299df 100644 --- a/src/itdb_artwork.c +++ b/src/itdb_artwork.c @@ -178,9 +178,8 @@ itdb_artwork_set_thumbnail (Itdb_Artwork *artwork, } /** - * itdb_artwork_add_thumbnail_from_pixbuf + * itdb_artwork_set_thumbnail_from_pixbuf * @artwork: an #Itdb_Thumbnail - * @type: thumbnail size * @pixbuf: #GdkPixbuf to use to create the thumbnail * @rotation: angle by which the image should be rotated * counterclockwise. Valid values are 0, 90, 180 and 270. @@ -238,9 +237,8 @@ itdb_artwork_set_thumbnail_from_pixbuf (Itdb_Artwork *artwork, } /** - * itdb_artwork_add_thumbnail_from_data + * itdb_artwork_set_thumbnail_from_data * @artwork: an #Itdb_Thumbnail - * @type: thumbnail size * @image_data: data used to create the thumbnail (the raw contents of * an image file) * @image_data_len: length of above data block -- cgit