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
64980825
Commit
64980825
authored
May 19, 2011
by
Mirsal Ennaime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbus: Fix the TrackList interface's introspection data
parent
fdbf760f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
20 deletions
+25
-20
modules/control/dbus/dbus_introspect.h
modules/control/dbus/dbus_introspect.h
+25
-20
No files found.
modules/control/dbus/dbus_introspect.h
View file @
64980825
...
@@ -95,32 +95,37 @@ static const char* psz_introspection_xml =
...
@@ -95,32 +95,37 @@ static const char* psz_introspection_xml =
" </method>
\n
"
" </method>
\n
"
" </interface>
\n
"
" </interface>
\n
"
" <interface name=
\"
org.mpris.MediaPlayer2.TrackList
\"
>
\n
"
" <interface name=
\"
org.mpris.MediaPlayer2.TrackList
\"
>
\n
"
" <property name=
\"
Tracks
\"
type=
\"
ao
\"
access=
\"
read
\"
/>
\n
"
" <property name=
\"
CanEditTracks
\"
type=
\"
b
\"
access=
\"
read
\"
/>
\n
"
" <method name=
\"
GetTracksMetadata
\"
>
\n
"
" <arg type=
\"
ao
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
aa{sv}
\"
direction=
\"
out
\"
/>
\n
"
" </method>
\n
"
" <method name=
\"
AddTrack
\"
>
\n
"
" <method name=
\"
AddTrack
\"
>
\n
"
" <arg type=
\"
s
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
s
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
o
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
b
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
b
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
i
\"
direction=
\"
out
\"
/>
\n
"
" </method>
\n
"
" <method name=
\"
DelTrack
\"
>
\n
"
" <arg type=
\"
i
\"
direction=
\"
in
\"
/>
\n
"
" </method>
\n
"
" <method name=
\"
GetMetadata
\"
>
\n
"
" <arg type=
\"
i
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
a{sv}
\"
direction=
\"
out
\"
/>
\n
"
" </method>
\n
"
" <method name=
\"
GetCurrentTrack
\"
>
\n
"
" <arg type=
\"
i
\"
direction=
\"
out
\"
/>
\n
"
" </method>
\n
"
" </method>
\n
"
" <method name=
\"
GetLength
\"
>
\n
"
" <method name=
\"
RemoveTrack
\"
>
\n
"
" <arg type=
\"
i
\"
direction=
\"
out
\"
/>
\n
"
" <arg type=
\"
o
\"
direction=
\"
in
\"
/>
\n
"
" </method>
\n
"
" </method>
\n
"
" <method name=
\"
SetLoop
\"
>
\n
"
" <method name=
\"
GoTo
\"
>
\n
"
" <arg type=
\"
b
\"
direction=
\"
in
\"
/>
\n
"
" <arg type=
\"
o
\"
direction=
\"
in
\"
/>
\n
"
" </method>
\n
"
" <method name=
\"
SetRandom
\"
>
\n
"
" <arg type=
\"
b
\"
direction=
\"
in
\"
/>
\n
"
" </method>
\n
"
" </method>
\n
"
" <signal name=
\"
TrackListChange
\"
>
\n
"
" <signal name=
\"
TrackListReplaced
\"
>
\n
"
" <arg type=
\"
i
\"
/>
\n
"
" <arg type=
\"
ao
\"
/>
\n
"
" <arg type=
\"
o
\"
/>
\n
"
" </signal>
\n
"
" <signal name=
\"
TrackAdded
\"
>
\n
"
" <arg type=
\"
a{sv}
\"
/>
\n
"
" <arg type=
\"
o
\"
/>
\n
"
" </signal>
\n
"
" <signal name=
\"
TrackRemoved
\"
>
\n
"
" <arg type=
\"
o
\"
/>
\n
"
" </signal>
\n
"
" <signal name=
\"
TrackMetadataChanged
\"
>
\n
"
" <arg type=
\"
o
\"
/>
\n
"
" <arg type=
\"
a{sv}
\"
/>
\n
"
" </signal>
\n
"
" </signal>
\n
"
" </interface>
\n
"
" </interface>
\n
"
"</node>
\n
"
"</node>
\n
"
...
...
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