mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
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.StorageDebugger">
|
|
<method name="enableSQLDebugging">
|
|
<arg type="b" name="enable" direction="in" />
|
|
</method>
|
|
<method name="isSQLDebuggingEnabled">
|
|
<arg type="b" direction="out" />
|
|
</method>
|
|
|
|
<signal name="queryExecuted">
|
|
<arg type="d" name="sequence" direction="out" />
|
|
<arg type="u" name="duration" direction="out" />
|
|
<arg type="s" name="query" direction="out" />
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In3" value="const QMap<QString,QVariant> &"/>
|
|
<arg type="{sv}" name="values" direction="out" />
|
|
<arg type="i" name="resultsCount" direction="out"/>
|
|
<annotation name="org.qtproject.QtDBus.QtTypeName.In5" value="const QList<QList<QVariant> > &"/>
|
|
<arg type="aav" name="result" direction="out" />
|
|
<arg type="s" name="error" direction="out"/>
|
|
</signal>
|
|
|
|
</interface>
|
|
</node>
|