kde-playground/akonadi/interfaces/org.freedesktop.Akonadi.NotificationSource.xml
2015-09-23 09:37:02 +00:00

112 lines
5.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.freedesktop.Akonadi.NotificationSource">
<signal name="notify">
<arg name="message" type="a(ayiixsayxxsas)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="const Akonadi::NotificationMessage::List &amp;"/>
<!-- In0 annotation for compatibility with qdbusxml2cpp from Qt4.3.0 -->
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const Akonadi::NotificationMessage::List &amp;"/>
</signal>
<signal name="notifyV2">
<arg name="message" type="a(ayiia(xsss)ayayxxasaayaay)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="const Akonadi::NotificationMessageV2::List &amp;"/>
<!-- In0 annotation for compatibility with qdbusxml2cpp from Qt4.3.0 -->
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const Akonadi::NotificationMessageV2::List &amp;"/>
</signal>
<signal name="notifyV3">
<arg name="message" type="a(ayiia(xsss)ayayxxasaayaayaiai)" direction="out"/>
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="const Akonadi::NotificationMessageV3::List &amp;"/>
<!-- In0 annotation for compatibility with qdbusxml2cpp from Qt4.3.0 -->
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const Akonadi::NotificationMessageV3::List &amp;"/>
</signal>
<method name="unsubscribe">
</method>
<method name="setMonitoredCollection">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="Akonadi::Entity::Id"/>
<arg name="collection" type="x" direction="in"/>
<arg name="monitored" type="b" direction="in"/>
</method>
<method name="monitoredCollections">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVector&lt;qint64&gt;"/>
<arg type="ax" direction="out"/>
</method>
<signal name="monitoredCollectionsChanged" />
<method name="setMonitoredItem">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="Akonadi::Entity::Id"/>
<arg name="item" type="x" direction="in"/>
<arg name="monitored" type="b" direction="in"/>
</method>
<method name="monitoredItems">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVector&lt;qint64&gt;"/>
<arg type="ax" direction="out"/>
</method>
<signal name="monitoredItemsChanged" />
<method name="setMonitoredTag">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="Akonadi::Entity::Id"/>
<arg name="tag" type="x" direction="in"/>
<arg name="monitored" type="b" direction="in"/>
</method>
<method name="monitoredTags">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVector&lt;qint64&gt;"/>
<arg type="ax" direction="out"/>
</method>
<signal name="monitoredTagsChanged"/>
<method name="setMonitoredType">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="Akonadi::NotificationMessageV2::Type"/>
<arg name="type" type="(i)" direction="in"/>
<arg name="monitored" type="b" direction="in"/>
</method>
<method name="monitoredTypes">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVector&lt;Akonadi::NotificationMessageV2::Type&gt;"/>
<arg type="a(i)" direction="out"/>
</method>
<signal name="monitoredTypesChanged"/>
<method name="setMonitoredResource">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const QByteArray &amp;"/>
<arg name="resource" type="ay" direction="in"/>
<arg name="monitored" type="b" direction="in"/>
</method>
<method name="monitoredResources">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVector&lt;QByteArray&gt;"/>
<arg type="aay" direction="out"/>
</method>
<signal name="monitoredResourcesChanged" />
<method name="setMonitoredMimeType">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const QString &amp;"/>
<arg name="mimetype" type="s" direction="in"/>
<arg name="monitored" type="b" direction="in"/>
</method>
<method name="monitoredMimeTypes">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="const QStringList &amp;"/>
<arg type="as" direction="out"/>
</method>
<signal name="monitoredMimeTypesChanged" />
<method name="setAllMonitored">
<arg name="allMonitored" type="b" direction="in"/>
</method>
<method name="isAllMonitored">
<arg type="b" direction="out"/>
</method>
<signal name="isAllMonitoredChanged" />
<method name="setIgnoredSession">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const QByteArray &amp;"/>
<arg name="session" type="ay" direction="in"/>
<arg name="ignored" type="b" direction="in"/>
</method>
<method name="ignoredSessions">
<annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVector&lt;QByteArray&gt;"/>
<arg type="aay" direction="out"/>
</method>
<signal name="ignoredSessionsChanged"/>
</interface>
</node>