kde-playground/akonadi/interfaces/org.freedesktop.Akonadi.ResourceManager.xml
2015-09-23 09:37:02 +00:00

15 lines
604 B
XML

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.Akonadi.ResourceManager">
<method name="addResourceInstance">
<arg name="identifier" type="s" direction="in"/>
<arg name="capabilities" type="as" direction="in"/>
</method>
<method name="removeResourceInstance">
<arg name="identifier" type="s" direction="in"/>
</method>
<method name="resourceInstances">
<arg type="as" direction="out"/>
</method>
</interface>
</node>