Warning, /pim/akonadi/src/interfaces/org.freedesktop.Akonadi.Resource2.Task.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.freedesktop.Akonadi.Resource2.Task">
0004     <method name="name">
0005       <arg type="s" direction="out"/>
0006     </method>
0007 
0008     <method name="type">
0009       <arg type="i" direction="out"/>
0010     </method>
0011 
0012     <method name="status">
0013       <arg type="i" direction="out"/>
0014     </method>
0015     <method name="statusMessage">
0016       <arg type="s" direction="out"/>
0017     </method>
0018     <signal name="statusChanged">
0019       <arg name="status" type="i" direction="out"/>
0020       <arg name="statusMessage" type="s" direction="out"/>
0021     </signal>
0022 
0023     <signal name="error">
0024       <arg name="message" type="s" direction="out"/>
0025     </signal>
0026 
0027     <signal name="warning">
0028       <arg name="message" type="s" direction="out"/>
0029     </signal>
0030 
0031     <method name="progress">
0032       <arg type="i" direction="out"/>
0033     </method>
0034     <signal name="progressChanged">
0035       <arg name="progress" type="i" direction="out"/>
0036     </signal>
0037 
0038     <method name="abort">
0039       <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/>
0040     </method>
0041 
0042   </interface>
0043 </node>