Commit 64980825 authored by Mirsal Ennaime's avatar Mirsal Ennaime

dbus: Fix the TrackList interface's introspection data

parent fdbf760f
......@@ -95,32 +95,37 @@ static const char* psz_introspection_xml =
" </method>\n"
" </interface>\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"
" <arg type=\"s\" direction=\"in\" />\n"
" <arg type=\"o\" 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 name=\"GetLength\">\n"
" <arg type=\"i\" direction=\"out\" />\n"
" <method name=\"RemoveTrack\">\n"
" <arg type=\"o\" direction=\"in\" />\n"
" </method>\n"
" <method name=\"SetLoop\">\n"
" <arg type=\"b\" direction=\"in\" />\n"
" </method>\n"
" <method name=\"SetRandom\">\n"
" <arg type=\"b\" direction=\"in\" />\n"
" <method name=\"GoTo\">\n"
" <arg type=\"o\" direction=\"in\" />\n"
" </method>\n"
" <signal name=\"TrackListChange\">\n"
" <arg type=\"i\" />\n"
" <signal name=\"TrackListReplaced\">\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"
" </interface>\n"
"</node>\n"
......
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