Bump version to keep in sync with libfso-glib
[specs.git] / xml / org.freesmartphone.PIM.MessageFolder.xml
blobec6ddad5cbee258688aca45aec73de372de98548
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3 <node name="/">
4   <interface name="org.freesmartphone.PIM.MessageFolder">
5     <method name="GetMessageCount">
6       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
7       <arg direction="out" type="i" name="count"/>
8     </method>
9     <method name="GetMessagePaths">
10       <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
11       <arg direction="in" type="i" name="first"/>
12       <arg direction="in" type="i" name="count"/>
13       <arg direction="out" type="as" name="message_paths"/>
14     </method>
15     <signal name="MessageMoved">
16       <arg type="s" name="message_path"/>
17       <arg type="s" name="new_folder"/>
18     </signal>
19   </interface>
20 </node>