You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.1 KiB
71 lines
2.1 KiB
<!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="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>
|
|
|