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

17 lines
663 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.Tracer">
<method name="signal">
<arg name="signalName" type="s" direction="in"/>
<arg name="msg" type="s" direction="in"/>
</method>
<method name="warning">
<arg name="componentName" type="s" direction="in"/>
<arg name="msg" type="s" direction="in"/>
</method>
<method name="error">
<arg name="componentName" type="s" direction="in"/>
<arg name="msg" type="s" direction="in"/>
</method>
</interface>
</node>