]> git.sesse.net Git - vlc/blobdiff - modules/control/dbus.h
Fix MPRIS method names
[vlc] / modules / control / dbus.h
index 5956f0d68ed8cac54783014b14d267db1fb9a5f1..7e8864a5aff137dbb3a6ed727d87c9237ba1d64d 100644 (file)
@@ -191,10 +191,10 @@ const char* psz_introspection_xml_data_tracklist =
 "    <method name=\"GetLength\">\n"
 "      <arg type=\"i\" direction=\"out\" />\n"
 "    </method>\n"
-"    <method name=\"Loop\">\n"
+"    <method name=\"SetLoop\">\n"
 "      <arg type=\"b\" direction=\"in\" />\n"
 "    </method>\n"
-"    <method name=\"Random\">\n"
+"    <method name=\"SetRandom\">\n"
 "      <arg type=\"b\" direction=\"in\" />\n"
 "    </method>\n"
 "    <signal name=\"TrackListChange\">\n"