summaryrefslogtreecommitdiffstats
path: root/src/itdb_track.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/itdb_track.c')
-rw-r--r--src/itdb_track.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/itdb_track.c b/src/itdb_track.c
index aabf89b..4053a93 100644
--- a/src/itdb_track.c
+++ b/src/itdb_track.c
@@ -621,7 +621,9 @@ Itdb_Track *itdb_track_id_tree_by_id (GTree *idtree, guint32 id)
* Determine if a @track has thumbnails
*
* Return value: TRUE if @track has artwork available, FALSE otherwise
- **/
+ *
+ * Since: 0.7.0
+ */
gboolean itdb_track_has_thumbnails (Itdb_Track *track)
{
g_return_val_if_fail (track != NULL, FALSE);
@@ -643,7 +645,9 @@ gboolean itdb_track_has_thumbnails (Itdb_Track *track)
* Return value: a #GdkPixbuf that must be unreffed when no longer used, NULL
* if no artwork could be found or if libgpod is compiled without GdkPixbuf
* support
- **/
+ *
+ * Since: 0.7.0
+ */
gpointer itdb_track_get_thumbnail (Itdb_Track *track, gint width, gint height)
{
g_return_val_if_fail (track != NULL, NULL);