Started support for WATC on provider
[maevies] / src / mvs-tmdb-movie.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE node PUBLIC
3           "-//freedesktop//DTD D-Bus Object Introspection 1.0//EN"
4           "http://standards.freedesktop.org/dbus/1.0/introspect.dtd">
5 <node name="/">
6         <interface name="com.simonpena.maevies.tmdbmovie">
7                 <method name="GetTitle">
8                         <arg type="s" name="Title" direction="out" />
9                 </method>
10                 <method name="GetPopularity">
11                         <arg type="s" name="Popularity" direction="out" />
12                 </method>
13                 <method name="GetRating">
14                         <arg type="s" name="Rating" direction="out" />
15                 </method>
16                 <method name="GetReleased">
17                         <arg type="s" name="Released" direction="out" />
18                 </method>
19                 <method name="GetOverview">
20                         <arg type="s" name="Overview" direction="out" />
21                 </method>
22                 <method name="GetImages">
23                         <arg type="a(ssss)" name="Images" direction="out" />
24                 </method>
25         </interface>
26 </node>