[vlc-commits] dbus: Fix the Seek method's introspection data

Sean Robinson git at videolan.org
Sun Aug 26 19:06:39 CEST 2012


vlc/vlc-2.0 | branch: master | Sean Robinson <seankrobinson at gmail.com> | Sun Apr 15 18:39:26 2012 -0700| [99ceea05ccf3a9289f5ba95d84bb06bc428077e0] | committer: Jean-Baptiste Kempf

dbus: Fix the Seek method's introspection data

The position is an input parameter, not a return value.

Signed-off-by: Mirsal Ennaime <mirsal at videolan.org>
(cherry picked from commit d77c14f084c50ec3d5bd20fc09f0057e397d01ca)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=99ceea05ccf3a9289f5ba95d84bb06bc428077e0
---

 modules/control/dbus/dbus_introspect.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/control/dbus/dbus_introspect.h b/modules/control/dbus/dbus_introspect.h
index ff84c38..de9ec15 100644
--- a/modules/control/dbus/dbus_introspect.h
+++ b/modules/control/dbus/dbus_introspect.h
@@ -88,7 +88,7 @@ static const char* psz_introspection_xml =
 "    <method name=\"Pause\" />\n"
 "    <method name=\"PlayPause\" />\n"
 "    <method name=\"Seek\">\n"
-"      <arg type=\"x\" direction=\"out\" />\n"
+"      <arg type=\"x\" direction=\"in\" />\n"
 "    </method>"
 "    <method name=\"OpenUri\">\n"
 "      <arg type=\"s\" direction=\"in\" />\n"



More information about the vlc-commits mailing list