summaryrefslogtreecommitdiff
path: root/gtkplaylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtkplaylist.h')
-rw-r--r--gtkplaylist.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtkplaylist.h b/gtkplaylist.h
index b060947e..2e827839 100644
--- a/gtkplaylist.h
+++ b/gtkplaylist.h
@@ -249,4 +249,13 @@ gtkpl_column_rewrite_config (gtkplaylist_t *pl);
void
gtkpl_expose_header (gtkplaylist_t *ps, int x, int y, int w, int h);
+void
+set_tray_tooltip (const char *text);
+
+void
+gtkpl_songchanged_wrapper (int from, int to);
+
+void
+gtkpl_current_track_changed (playItem_t *it);
+
#endif // __GTKPLAYLIST_H