mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
15 lines
604 B
XML
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>
|