This file is indexed.

/usr/share/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationSource.xml is in libakonadi-dev 1.13.0-8ubuntu2.

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
105
106
107
108
109
110
111
<!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>