summaryrefslogtreecommitdiff
path: root/src/libaudcore/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libaudcore/playlist.h')
-rw-r--r--src/libaudcore/playlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libaudcore/playlist.h b/src/libaudcore/playlist.h
index 18292dc..e9270c1 100644
--- a/src/libaudcore/playlist.h
+++ b/src/libaudcore/playlist.h
@@ -329,6 +329,9 @@ public:
bool update_pending () const;
static bool update_pending_any ();
+ /* Immediately calls any pending "playlist update" hook. Use cautiously. */
+ static void process_pending_update ();
+
/* May be called within the "playlist update" hook to determine the update
* level and number of entries changed in a playlist. */
Update update_detail () const;