kde-playground/kdepim-runtime/agents/newmailnotifier/org.freedesktop.Akonadi.NewMailNotifier.xml
2015-04-14 22:08:21 +00:00

77 lines
2.3 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.NewMailNotifier">
<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="setVerboseMailNotification" >
<arg type="b" direction="in"/>
</method>
<method name="verboseMailNotification" >
<arg type="b" direction="out"/>
</method>
<method name="setBeepOnNewMails" >
<arg type="b" direction="in"/>
</method>
<method name="beepOnNewMails" >
<arg type="b" direction="out"/>
</method>
<method name="setShowPhoto" >
<arg type="b" direction="in"/>
</method>
<method name="showPhoto" >
<arg type="b" direction="out"/>
</method>
<method name="setShowFrom" >
<arg type="b" direction="in"/>
</method>
<method name="showFrom" >
<arg type="b" direction="out"/>
</method>
<method name="setShowSubject" >
<arg type="b" direction="in"/>
</method>
<method name="showSubject" >
<arg type="b" direction="out"/>
</method>
<method name="setShowFolderName" >
<arg type="b" direction="in"/>
</method>
<method name="showFolderName" >
<arg type="b" direction="out"/>
</method>
<method name="setExcludeMyselfFromNotification" >
<arg type="b" direction="in"/>
</method>
<method name="excludeMyselfFromNotification" >
<arg type="b" direction="out"/>
</method>
<method name="setTextToSpeakEnabled" >
<arg type="b" direction="in"/>
</method>
<method name="textToSpeakEnabled" >
<arg type="b" direction="out"/>
</method>
<method name="setTextToSpeak" >
<arg type="s" direction="in"/>
</method>
<method name="textToSpeak" >
<arg type="s" direction="out"/>
</method>
<method name="setShowButtonToDisplayMail" >
<arg type="b" direction="in"/>
</method>
<method name="showButtonToDisplayMail" >
<arg type="b" direction="out"/>
</method>
<method name="printDebug" />
</interface>
</node>