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, 6 insertions, 2 deletions
diff --git a/src/itdb_thumb.c b/src/itdb_thumb.c
index 4eff766..d2919e1 100644
--- a/src/itdb_thumb.c
+++ b/src/itdb_thumb.c
@@ -370,7 +370,9 @@ const GList *itdb_thumb_ipod_get_thumbs (Itdb_Thumb_Ipod *thumbs)
* Return value: 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.
- **/
+ *
+ * Since: 0.7.0
+ */
gpointer itdb_thumb_to_pixbuf_at_size (Itdb_Device *device, Itdb_Thumb *thumb,
gint width, gint height)
{
@@ -540,7 +542,9 @@ static GList *itdb_thumb_ipod_to_pixbufs (Itdb_Device *device,
* 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().
- **/
+ *
+ * Since: 0.7.0
+ */
GList *itdb_thumb_to_pixbufs (Itdb_Device *device, Itdb_Thumb *thumb)
{
GList *pixbufs = NULL;