kde-playground/kdepim/knode/org.kde.knode.xml
2015-04-14 21:49:29 +00:00

33 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.kde.knode">
<method name="nextArticle"/>
<method name="previousArticle"/>
<method name="nextUnreadArticle"/>
<method name="nextUnreadThread"/>
<method name="nextGroup"/>
<method name="previousGroup"/>
<method name="postArticle"/>
<method name="fetchHeadersInCurrentGroup"/>
<method name="expireArticlesInCurrentGroup"/>
<method name="markAllAsRead"/>
<method name="markAllAsUnread"/>
<method name="markAsRead"/>
<method name="markAsUnread"/>
<method name="markThreadAsRead"/>
<method name="markThreadAsUnread"/>
<method name="sendPendingMessages"/>
<method name="deleteArticle"/>
<method name="sendNow"/>
<method name="editArticle"/>
<method name="fetchHeaders"/>
<method name="expireArticles"/>
<method name="handleCommandLine">
<arg type="b" direction="out"/>
</method>
<method name="openURL">
<arg name="url" type="s" direction="in"/>
</method>
</interface>
</node>