Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
2eb7e0f4
Commit
2eb7e0f4
authored
Feb 12, 2006
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/skins/skins2-howto.xml: Documented the DVD-related actions
parent
7d96a1d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/skins/skins2-howto.xml
doc/skins/skins2-howto.xml
+15
-0
No files found.
doc/skins/skins2-howto.xml
View file @
2eb7e0f4
...
...
@@ -861,6 +861,21 @@ difficulty to understand how VLC skins work.</para>
<listitem><para>
<emphasis>
playlist.save()
</emphasis>
: Save the current playlist (since VLC 0.8.0).
</para></listitem>
<listitem><para>
<emphasis>
dvd.nextTitle()
</emphasis>
: Go to the next title of the DVD (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
dvd.previousTitle()
</emphasis>
: Go to the previous title of the DVD (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
dvd.nextChapter()
</emphasis>
: Go to the next chapter of the DVD (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
dvd.previousTitle()
</emphasis>
: Go to the previous chapter of the DVD (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
dvd.rootMenu()
</emphasis>
: Go to the root menu of the DVD (since VLC 0.8.5).
</para></listitem>
<listitem><para>
<emphasis>
WindowID.show()
</emphasis>
: Show the
<link
linkend=
"Window"
>
Window
</link>
whose
<link
linkend=
"windowid"
>
id
</link>
attribute is 'WindowID'.
</para></listitem>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment