~ubuntu-branches/ubuntu/saucy/hud/saucy-proposed

« back to all changes in this revision

Viewing changes to data/com.canonical.hud.xml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-06-05 12:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: package-import@ubuntu.com-20130605123344-cpp4to647tyfv7kr
Tags: upstream-13.10.1daily13.06.05.1
ImportĀ upstreamĀ versionĀ 13.10.1daily13.06.05.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<node name="/">
 
3
        <interface name="com.canonical.hud">
 
4
<!-- Properties -->
 
5
                <property name="OpenQueries" type="ao" access="read" />
 
6
                <property name="Applications" type="a(so)" access="read"/>
 
7
 
 
8
<!-- Functions -->
 
9
                <method name="CreateQuery">
 
10
                        <!-- in -->
 
11
                        <arg type="s" name="query" direction="in" />
 
12
                        <!-- out -->
 
13
                        <arg type="o" name="queryObject" direction="out" />
 
14
                        <arg type="s" name="resultsName" direction="out" />
 
15
                        <arg type="s" name="appstackName" direction="out" />
 
16
                        <arg type="i" name="modelRevision" direction="out" />
 
17
                </method>
 
18
 
 
19
                <method name="RegisterApplication">
 
20
                        <!-- NOTE: If the application is already registered it won't return
 
21
                             an error, just the object path for that application -->
 
22
                        <!-- in -->
 
23
                        <arg type="s" name="id" direction="in" />
 
24
                        <!-- out -->
 
25
                        <arg type="o" name="appObject" direction="out" />
 
26
                </method>
 
27
 
 
28
<!-- Legacy Query Interface, will be deprecated -->
 
29
                <method name="StartQuery">
 
30
                        <!-- in -->
 
31
                        <arg type="s" name="query" direction="in" />
 
32
                        <arg type="i" name="entries" direction="in" />
 
33
                        <!-- out -->
 
34
                        <arg type="s" name="target" direction="out" />
 
35
                        <arg type="a(sssssv)" name="suggestions" direction="out" />
 
36
                        <arg type="v" name="querykey" direction="out" />
 
37
                </method>
 
38
 
 
39
                <method name="ExecuteQuery">
 
40
                        <arg type="v" name="key" direction="in" />
 
41
                        <arg type="u" name="timestamp" direction="in" />
 
42
                </method>
 
43
 
 
44
                <method name="CloseQuery">
 
45
                        <arg type="v" name="querykey" direction="in" />
 
46
                </method>
 
47
 
 
48
<!-- Legacy Signals -->
 
49
                <signal name="UpdatedQuery">
 
50
                        <arg type="s" name="target" direction="out" />
 
51
                        <arg type="a(sssssv)" name="suggestions" direction="out" />
 
52
                        <arg type="v" name="querykey" direction="out" />
 
53
                </signal>
 
54
 
 
55
<!-- End of interesting stuff -->
 
56
 
 
57
        </interface>
 
58
</node>