File: com.lomiri.UserMetrics.xml

package info (click to toggle)
libusermetrics 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,324 kB
  • sloc: cpp: 7,182; xml: 131; sh: 106; ansic: 60; makefile: 26
file content (44 lines) | stat: -rw-r--r-- 1,430 bytes parent folder | download | duplicates (2)
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.lomiri.UserMetrics">
	
		<property name="dataSources" type="ao" access="read"/>
		
		<signal name="dataSourceAdded">
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<signal name="dataSourceRemoved">
			<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>