summaryrefslogtreecommitdiff
path: root/plugins/gtkui/coverart.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-16 22:43:52 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-16 22:43:52 +0200
commite93a9b2d9677b7ef3142a03f370ef545659b5773 (patch)
tree3005858226bb439a72c5cc852ee55b7ea52ec198 /plugins/gtkui/coverart.h
parentc700c20bb67117dd57ff3130b1a1d46c53b8c626 (diff)
gtkui: several fixes/improvements in playlist cover rendering
Diffstat (limited to 'plugins/gtkui/coverart.h')
-rw-r--r--plugins/gtkui/coverart.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/gtkui/coverart.h b/plugins/gtkui/coverart.h
index 5f6bc2ef..d3658caf 100644
--- a/plugins/gtkui/coverart.h
+++ b/plugins/gtkui/coverart.h
@@ -40,5 +40,10 @@ cover_art_init (void);
void
cover_art_free (void);
+// simply inserts callback point into queue
+// the callback will be called when the loading queue reaches this request
+void
+queue_cover_callback (void (*callback)(void *user_data), void *user_data);
+
#endif