mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
17 lines
663 B
XML
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>
|