summaryrefslogtreecommitdiffstats
path: root/src/itdb_thumb.c
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-08-05 15:00:12 -0400
committerTodd Zullinger <tmz@pobox.com>2008-11-14 12:14:44 -0500
commit71cc51d10eeee9dfc56f0e2c0632cc49e58109ac (patch)
treeeeab25756887ce2374d435e6d291de8984e3203b /src/itdb_thumb.c
parent8eaba22d66cd0f9803178f0137020de97f304693 (diff)
downloadlibgpod-tmz-71cc51d10eeee9dfc56f0e2c0632cc49e58109ac.tar.gz
libgpod-tmz-71cc51d10eeee9dfc56f0e2c0632cc49e58109ac.tar.xz
libgpod-tmz-71cc51d10eeee9dfc56f0e2c0632cc49e58109ac.zip
Documentation: minor updates and formatting changes
Diffstat (limited to 'src/itdb_thumb.c')
-rw-r--r--src/itdb_thumb.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/itdb_thumb.c b/src/itdb_thumb.c
index 0199c68..63a3671 100644
--- a/src/itdb_thumb.c
+++ b/src/itdb_thumb.c
@@ -312,7 +312,7 @@ Itdb_Thumb_Ipod_Item *itdb_thumb_ipod_get_item_by_type (Itdb_Thumb *thumbs,
*
* Return value: 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)
{
gchar *artwork_dir;
@@ -367,9 +367,12 @@ const GList *itdb_thumb_ipod_get_thumbs (Itdb_Thumb_Ipod *thumbs)
* and 0 for the smallest possible size (with no scaling)
*
* Converts @thumb to a #GdkPixbuf.
+ *
+ * <note>
* Since we want to have gdk-pixbuf dependency optional, a generic
* gpointer is returned which you have to cast to a #GdkPixbuf using
* GDK_PIXBUF() yourself.
+ * </note>
*
* 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