Fixed WATC movie service interface
[maevies] / src / mvs-watc-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.watcmovie">
7                 <method name="GetName">
8                         <arg type="s" name="Name" direction="out" />
9                 </method>
10                 <method name="GetYear">
11                         <arg type="s" name="Year" direction="out" />
12                 </method>
13                 <method name="GetStingers">
14                         <arg type="i" name="Stingers" direction="out" />
15                 </method>
16         </interface>
17 </node>