tmdb-movie-service: Movie images are exposed on DBus
[maevies] / src / mvs-tmdb-movie.xml
index 72b74b2..bcc124c 100644 (file)
@@ -7,5 +7,20 @@
                <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