From: Olivier Teulière Date: Fri, 5 Nov 2004 20:11:21 +0000 (+0000) Subject: Added the items specific to VLC 0.8.0 X-Git-Tag: 0.8.1~64 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6276fe3bf0b40bd065458a88b730f28ac78be545;p=vlc Added the items specific to VLC 0.8.0 --- diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 484f7fc64c..5dfd817680 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -712,14 +712,12 @@ difficulty to understand how VLC skins work. vlc.fullscreen(): Toggle the fullscreen mode. - vlc.quit(): Quit VLC. @@ -747,20 +745,18 @@ difficulty to understand how VLC skins work. playlist.setLoop(false): Do not loop at playlist end. - WindowID.show(): Show the Window whose id attribute is 'WindowID'. @@ -831,22 +827,18 @@ difficulty to understand how VLC skins work. vlc.isMute: True when the sound is mute (in VLC, not on your OS), false otherwise. - playlist.isRandom: True when the playlist items are played in a random order, false otherwise. playlist.isLoop: True when the playlist is looping, false otherwise. - window_name.isVisible: True when the window whose id is "window_name" is visible, false otherwise.