[vlc-commits] dbus: Fix the Seek method's introspection data
Sean Robinson
git at videolan.org
Tue Apr 17 16:32:42 CEST 2012
vlc | branch: master | Sean Robinson <seankrobinson at gmail.com> | Sun Apr 15 18:39:26 2012 -0700| [d77c14f084c50ec3d5bd20fc09f0057e397d01ca] | committer: Mirsal Ennaime
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>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d77c14f084c50ec3d5bd20fc09f0057e397d01ca
---
modules/control/dbus/dbus_introspect.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/dbus/dbus_introspect.h b/modules/control/dbus/dbus_introspect.h
index cc53e45..31f4c9b 100644
--- a/modules/control/dbus/dbus_introspect.h
+++ b/modules/control/dbus/dbus_introspect.h
@@ -90,7 +90,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