File: com.lomiri.usermetrics.UserData.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 (25 lines) | stat: -rw-r--r-- 772 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
<!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.UserData">
	
		<property name="username" type="s" access="read"/>
		
		<property name="dataSets" type="ao" access="read"/>
		
		<signal name="dataSetAdded">
			<arg name="dataSourcePath" type="o" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<signal name="dataSetRemoved">
			<arg name="dataSourcePath" type="o" direction="out"/>
			<arg name="path" type="o" direction="out"/>
		</signal>
		
		<method name="createDataSet">
			<arg type="o" direction="out"/>
			<arg name="dataSource" type="s" direction="in"/>
		</method>

	</interface>
</node>