]> git.sesse.net Git - vlc/commitdiff
* Update the docs
authorOlivier Teulière <ipkiss@videolan.org>
Wed, 25 Aug 2004 21:36:03 +0000 (21:36 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Wed, 25 Aug 2004 21:36:03 +0000 (21:36 +0000)
doc/skins/skins2-howto.xml

index bf3bdc0afb48b17799ffef6e709973c9c9fe930f..484f7fc64cff7f848d3bb3fa2f7a50e4b5cae580 100644 (file)
@@ -754,6 +754,12 @@ difficulty to understand how VLC skins work.</para>
   <listitem><para>
     <emphasis>playlist.setRepeat(false)</emphasis>: Stop repeating the current playlist item.
   </para></listitem>
+  <listitem><para>
+    <emphasis>playlist.load()</emphasis>: Load an external playlist file.
+  </para></listitem>
+  <listitem><para>
+    <emphasis>playlist.save()</emphasis>: Save the current playlist.
+  </para></listitem>
 -->
   <listitem><para>
     <emphasis>WindowID.show()</emphasis>: Show the <link linkend="Window">Window</link> whose <link linkend="windowid">id</link> attribute is 'WindowID'.