mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
18 lines
640 B
XML
18 lines
640 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.FollowUpReminderAgent">
|
|
<method name="showConfigureDialog" >
|
|
<arg direction="in" type="x" name="windowId" />
|
|
</method>
|
|
<method name="setEnableAgent" >
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
<method name="enabledAgent" >
|
|
<arg type="b" direction="out"/>
|
|
</method>
|
|
<method name="printDebugInfo" >
|
|
<arg type="s" direction="out"/>
|
|
</method>
|
|
<method name="reload" />
|
|
</interface>
|
|
</node>
|