Commit 960f080a authored by Olivier Teulière's avatar Olivier Teulière

* doc/skins2-howto.xml: Update the doc when you commit

parent 06638c12
......@@ -828,6 +828,14 @@ difficulty to understand how VLC skins work.</para>
<listitem><para>
<emphasis>playlist.isRandom</emphasis>: True when the playlist items are played in a random order, false otherwise.
</para></listitem>
<listitem><para>
<emphasis>playlist.isLoop</emphasis>: True when the playlist is looping, false otherwise.
</para></listitem>
<!-- TODO: Enable it for 0.7.3
<listitem><para>
<emphasis>playlist.isRepeat</emphasis>: True when the current playlist item is being repeated, false otherwise.
</para></listitem>
-->
<listitem><para>
<emphasis>window_name.isVisible</emphasis>: True when the window whose <link linkend="windowid">id</link> is "window_name" is visible, false otherwise.
</para></listitem>
......
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