summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-29 21:54:46 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-29 21:54:46 +0000
commit3fac8995fffdff1f1375f5b1c2a6233c4f779081 (patch)
treef35c1ade27ce9d000b2d2c4f40227b30d04d4dab /src
parenta263adccde5c8fac5d57dc622326f83ca36b9a47 (diff)
downloadlibgpod-tmz-3fac8995fffdff1f1375f5b1c2a6233c4f779081.tar.gz
libgpod-tmz-3fac8995fffdff1f1375f5b1c2a6233c4f779081.tar.xz
libgpod-tmz-3fac8995fffdff1f1375f5b1c2a6233c4f779081.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/itdb_artwork.c6
1 files changed, 2 insertions, 4 deletions
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