Fixed WATC movie service interface
[maevies] / src / mvs-tmdb-movie.xml
index 72b74b2..175892d 100644 (file)
@@ -3,9 +3,24 @@
          "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
          "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
 <node name="/">
-       <interface name="com.simonpena.maevies.movie">
+       <interface name="com.simonpena.maevies.tmdbmovie">
                <method name="GetTitle">
                        <arg type="s" name="Title" direction="out" />
                </method>
+               <method name="GetPopularity">
+                       <arg type="s" name="Popularity" direction="out" />
+               </method>
+               <method name="GetRating">
+                       <arg type="s" name="Rating" direction="out" />
+               </method>
+               <method name="GetReleased">
+                       <arg type="s" name="Released" direction="out" />
+               </method>
+               <method name="GetOverview">
+                       <arg type="s" name="Overview" direction="out" />
+               </method>
+               <method name="GetImages">
+                       <arg type="a(ssss)" name="Images" direction="out" />
+               </method>
        </interface>
 </node>
\ No newline at end of file