~unity-team/libusermetrics/file-based-infographics

« back to all changes in this revision

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

  • Committer: Pete Woods
  • Date: 2014-02-06 12:02:10 UTC
  • mfrom: (147.1.21 write-files)
  • Revision ID: pete.woods@canonical.com-20140206120210-y42ra08dqfoujkf5
Write infographic data into a simple JSON file

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.DataSet">
4
 
                <property name="dataSource" type="o" access="read"/>
5
 
                
6
 
                <property name="lastUpdated" type="u" access="read"/>
7
 
                
8
 
                <property name="data" type="av" access="read"/>
9
 
                
10
 
                <method name="update">
11
 
                        <arg name="data" type="av" direction="in"/>
12
 
                </method>
13
 
                
14
 
                <method name="increment">
15
 
                        <arg name="amount" type="d" direction="in"/>
16
 
                </method>
17
 
                
18
 
                <signal name="updated">
19
 
                        <arg name="lastUpdated" type="u" direction="out"/>
20
 
                        <arg name="data" type="av" direction="out"/>
21
 
                </signal>               
22
 
 
23
 
        </interface>
24
 
</node>
 
 
b'\\ No newline at end of file'