summaryrefslogtreecommitdiff
path: root/plugins/gtkui/coverart.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/coverart.h')
-rw-r--r--plugins/gtkui/coverart.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/plugins/gtkui/coverart.h b/plugins/gtkui/coverart.h
index a4914b6f..65bf1d6f 100644
--- a/plugins/gtkui/coverart.h
+++ b/plugins/gtkui/coverart.h
@@ -25,16 +25,11 @@
// this function puts request for cover art into queue, or returns default image
// of specific size
//
-// if the image is not available immediately -- callback will be called later,
-// which will redraw all tracks matching the query
+// if the image is not available immediately -- callback will be called later
//
// if cover art loader plugin is not available -- NULL will be returned
GdkPixbuf *
-get_cover_art (const char *fname, const char *artist, const char *album, int width);
-
-GdkPixbuf *
-get_cover_art_callb (const char *fname, const char *artist, const char *album, int width, void
-(*cover_avail_callback) (void *user_data), void *user_data);
+get_cover_art_callb (const char *fname, const char *artist, const char *album, int width, void (*cover_avail_callback) (void *user_data), void *user_data);
void
coverart_reset_queue (void);