This file is indexed.

/usr/share/dbus-1/interfaces/com.canonical.usermetrics.DataSource.xml is in usermetricsservice 1.1.1+15.10.20150915-0ubuntu1.

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
<!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="com.canonical.usermetrics.DataSource">
	
		<property name="name" type="s" access="read"/>
		
		<property name="formatString" type="s" access="readwrite"/>
		
		
		<signal name="formatStringChanged">
			<arg name="formatString" type="s" direction="out"/>
		</signal>
		
		<property name="emptyDataString" type="s" access="readwrite"/>
		
		<signal name="emptyDataStringChanged">
			<arg name="emptyDataString" type="s" direction="out"/>
		</signal>
		
		<property name="textDomain" type="s" access="read"/>
			
		<signal name="textDomainChanged">
			<arg name="textDomain" type="s" direction="out"/>
		</signal>
			
		<property name="metricType" type="u" access="readwrite"/>
		
		<signal name="metricTypeChanged">
			<arg name="metricType" type="u" direction="out"/>
		</signal>
		
		<property name="options" type="a{sv}" access="readwrite">
			<annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>
		</property>
		
		<signal name="optionsChanged">
			<annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
			<arg name="options" type="a{sv}" direction="out"/>
		</signal>
		
		<property name="translationPath" type="s" access="read"/>
		
	</interface>
</node>