File: com.canonical.UserMetrics.xml

package info (click to toggle)
dbus-cpp 5.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,212 kB
  • sloc: cpp: 9,433; ansic: 2,012; xml: 1,156; makefile: 14; sh: 2
file content (46 lines) | stat: -rw-r--r-- 1,527 bytes parent folder | download | duplicates (4)
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
<!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">
	
		<property name="dataSources" type="ao" access="read"/>
		
		<signal name="dataSourceAdded">
			<arg name="name" type="s" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<signal name="dataSourceRemoved">
			<arg name="name" type="s" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<method name="createDataSource">
			<annotation name="org.qtproject.QtDBus.QtTypeName.In5" value="QVariantMap"/>
			<arg type="o" direction="out"/>
			<arg name="name" type="s" direction="in"/>
			<arg name="formatString" type="s" direction="in"/>
			<arg name="emptyDataString" type="s" direction="in"/>
			<arg name="textDomain" type="s" direction="in"/>
			<arg name="metricType" type="u" direction="in"/>
			<arg name="options" type="a{sv}" direction="in"/>
		</method>
		
		<property name="userDatas" type="ao" access="read"/>
		
		<signal name="userDataAdded">
			<arg name="username" type="s" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<signal name="userDataRemoved">
			<arg name="username" type="s" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<method name="createUserData">
			<arg type="o" direction="out"/>
			<arg name="username" type="s" direction="in"/>
		</method>

	</interface>
</node>