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

« back to all changes in this revision

Viewing changes to data/com.canonical.UserMetrics.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">
 
4
        
 
5
                <property name="dataSources" type="ao" access="read"/>
 
6
                
 
7
                <signal name="dataSourceAdded">
 
8
                        <arg name="name" type="s" direction="out"/>
 
9
                        <arg name="path" type="o" direction="out"/>
 
10
                </signal>
 
11
                
 
12
                <signal name="dataSourceRemoved">
 
13
                        <arg name="name" type="s" direction="out"/>
 
14
                        <arg name="path" type="o" direction="out"/>
 
15
                </signal>
 
16
                
 
17
                <method name="createDataSource">
 
18
                        <arg type="o" direction="out"/>
 
19
                        <arg name="name" type="s" direction="in"/>
 
20
                        <arg name="formatString" type="s" direction="in"/>
 
21
                </method>
 
22
                
 
23
                <property name="userDatas" type="ao" access="read"/>
 
24
                
 
25
                <signal name="userDataAdded">
 
26
                        <arg name="username" type="s" direction="out"/>
 
27
                        <arg name="path" type="o" direction="out"/>
 
28
                </signal>
 
29
                
 
30
                <signal name="userDataRemoved">
 
31
                        <arg name="username" type="s" direction="out"/>
 
32
                        <arg name="path" type="o" direction="out"/>
 
33
                </signal>
 
34
                
 
35
                <method name="createUserData">
 
36
                        <arg type="o" direction="out"/>
 
37
                        <arg name="username" type="s" direction="in"/>
 
38
                </method>
 
39
 
 
40
        </interface>
 
41
</node>
 
 
b'\\ No newline at end of file'