]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/vars/playtree.hpp
* all: don't rebuild the whole playtree when an item is updated
[vlc] / modules / gui / skins2 / vars / playtree.hpp
index 5c5836c97ff6c867ca43d83f5372075890806ed1..b7a942deca27ba30e1422e44fccad6d472668cee 100644 (file)
@@ -42,6 +42,9 @@ class Playtree: public VarTree
         /// Function called to notify playlist changes
         void onChange();
 
+        /// Function called to notify playlist item update
+        void onUpdate( int id );
+
     private:
         /// VLC playlist object
         playlist_t *m_pPlaylist;