Skip to content
Snippets Groups Projects
Commit 960f080a authored by ipkiss's avatar ipkiss
Browse files

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

parent 06638c12
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment