Commit 2c6dfafb authored by Olivier Teulière's avatar Olivier Teulière

* Update the docs

parent 45ecdf1b
...@@ -754,6 +754,12 @@ difficulty to understand how VLC skins work.</para> ...@@ -754,6 +754,12 @@ difficulty to understand how VLC skins work.</para>
<listitem><para> <listitem><para>
<emphasis>playlist.setRepeat(false)</emphasis>: Stop repeating the current playlist item. <emphasis>playlist.setRepeat(false)</emphasis>: Stop repeating the current playlist item.
</para></listitem> </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> <listitem><para>
<emphasis>WindowID.show()</emphasis>: Show the <link linkend="Window">Window</link> whose <link linkend="windowid">id</link> attribute is 'WindowID'. <emphasis>WindowID.show()</emphasis>: Show the <link linkend="Window">Window</link> whose <link linkend="windowid">id</link> attribute is 'WindowID'.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment