[vlc-commits] dbus: Add missing introspection data

Mirsal Ennaime git at videolan.org
Sat Aug 13 19:00:03 CEST 2011


vlc | branch: master | Mirsal Ennaime <mirsal at mirsal.fr> | Sat Aug 13 18:57:41 2011 +0200| [48ead28e46098166059487654af97e30fbba7c25] | committer: Mirsal Ennaime

dbus: Add missing introspection data

 * Add the org.mpris.MediaPlayer2.Player.Seek method introspection data
 * Update the copyright headers

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=48ead28e46098166059487654af97e30fbba7c25
---

 modules/control/dbus/dbus_introspect.h |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/modules/control/dbus/dbus_introspect.h b/modules/control/dbus/dbus_introspect.h
index 0c2fa80..bfdc98e 100644
--- a/modules/control/dbus/dbus_introspect.h
+++ b/modules/control/dbus/dbus_introspect.h
@@ -1,9 +1,9 @@
 /*****************************************************************************
  * dbus-introspect.h : dbus control module (mpris v2.1) - introspection data
  *****************************************************************************
- * Copyright © 2006-2008 Rafaël Carré
- * Copyright © 2007-2010 Mirsal Ennaime
- * Copyright © 2009-2010 The VideoLAN team
+ * Copyright © 2006-2011 Rafaël Carré
+ * Copyright © 2007-2011 Mirsal Ennaime
+ * Copyright © 2009-2011 The VideoLAN team
  * $Id$
  *
  * Authors:    Mirsal Ennaime <mirsal at mirsal fr>
@@ -86,6 +86,9 @@ static const char* psz_introspection_xml =
 "    <method name=\"Play\" />\n"
 "    <method name=\"Pause\" />\n"
 "    <method name=\"PlayPause\" />\n"
+"    <method name=\"Seek\">\n"
+"      <arg type=\"x\" direction=\"out\" />\n"
+"    </method>"
 "    <method name=\"OpenUri\">\n"
 "      <arg type=\"s\" direction=\"in\" />\n"
 "    </method>\n"



More information about the vlc-commits mailing list