/usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationSource.xml is in libkf5akonadiserver-dev 4:15.12.3-0ubuntu6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | <!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">
<method name="unsubscribe">
</method>
<method name="setMonitoredCollection">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qint64"/>
<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<qint64>"/>
<arg type="ax" direction="out"/>
</method>
<signal name="monitoredCollectionsChanged" />
<method name="setMonitoredItem">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qint64"/>
<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<qint64>"/>
<arg type="ax" direction="out"/>
</method>
<signal name="monitoredItemsChanged" />
<method name="setMonitoredTag">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="qint64"/>
<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<qint64>"/>
<arg type="ax" direction="out"/>
</method>
<signal name="monitoredTagsChanged"/>
<method name="setMonitoredType">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="Akonadi::Protocol::ChangeNotification::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<Akonadi::Protocol::ChangeNotification::Type>"/>
<arg type="a(i)" direction="out"/>
</method>
<signal name="monitoredTypesChanged"/>
<method name="setMonitoredResource">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const QByteArray &"/>
<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<QByteArray>"/>
<arg type="aay" direction="out"/>
</method>
<signal name="monitoredResourcesChanged" />
<method name="setMonitoredMimeType">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const QString &"/>
<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 &"/>
<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="setExclusive">
<arg name="exclusive" type="b" direction="in"/>
</method>
<method name="isExclusive">
<arg type="b" direction="out"/>
</method>
<method name="setIgnoredSession">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const QByteArray &"/>
<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<QByteArray>"/>
<arg type="aay" direction="out"/>
</method>
<signal name="ignoredSessionsChanged"/>
<method name="setSession">
<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="const QByteArray &"/>
<arg name="session" type="ay" direction="in"/>
</method>
</interface>
</node>
|