~ubuntu-branches/ubuntu/trusty/libusermetrics/trusty-proposed

« back to all changes in this revision

Viewing changes to data/com.canonical.usermetrics.UserData.xml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods, Ubuntu daily release
  • Date: 2013-07-02 02:02:52 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130702020252-53yuhnlabsq1cq8x
Tags: 1.0.1+13.10.20130702-0ubuntu1
[ Pete Woods ]
* Implement most of storage service and wire up input API.
* Wire up the output API to the storage service.

[ Ubuntu daily release ]
* Automatic snapshot from revision 80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
2
<node>
 
3
        <interface name="com.canonical.usermetrics.UserData">
 
4
        
 
5
                <property name="username" type="s" access="read"/>
 
6
                
 
7
                <property name="dataSets" type="ao" access="read"/>
 
8
                
 
9
                <signal name="dataSetAdded">
 
10
                        <arg name="dataSourceName" type="s" direction="out"/>
 
11
                        <arg name="path" type="o" direction="out"/>
 
12
                </signal>
 
13
                
 
14
                <signal name="dataSetRemoved">
 
15
                        <arg name="dataSourceName" type="s" direction="out"/>
 
16
                        <arg name="path" type="o" direction="out"/>
 
17
                </signal>
 
18
                
 
19
                <method name="createDataSet">
 
20
                        <arg type="o" direction="out"/>
 
21
                        <arg name="dataSource" type="s" direction="in"/>
 
22
                </method>
 
23
 
 
24
        </interface>
 
25
</node>
 
 
b'\\ No newline at end of file'