kde-playground/kdepim/kmail/dbusinterface/org.freedesktop.Akonadi.NewMailNotifier.xml
2015-04-14 21:49:29 +00:00

57 lines
1.8 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="printDebug" />
</interface>
</node>