From: Olivier Teulière Date: Wed, 25 Aug 2004 21:36:03 +0000 (+0000) Subject: * Update the docs X-Git-Tag: 0.8.0~589 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2c6dfafb185bc92e276b3a7dc831457a922e2b49;p=vlc * Update the docs --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index bf3bdc0afb..484f7fc64c 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -754,6 +754,12 @@ difficulty to understand how VLC skins work. playlist.setRepeat(false): Stop repeating the current playlist item. + + playlist.load(): Load an external playlist file. + + + playlist.save(): Save the current playlist. + --> WindowID.show(): Show the Window whose id attribute is 'WindowID'.