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

« back to all changes in this revision

Viewing changes to src/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
 
                <!-- None -->
6
 
 
7
 
<!-- Functions -->
8
 
                <method name="StartQuery">
9
 
                        <!-- in -->
10
 
                        <arg type="s" name="query" direction="in" />
11
 
                        <arg type="i" name="entries" direction="in" />
12
 
                        <!-- out -->
13
 
                        <arg type="s" name="target" direction="out" />
14
 
                        <arg type="a(sssssv)" name="suggestions" direction="out" />
15
 
                        <arg type="v" name="querykey" direction="out" />
16
 
                </method>
17
 
 
18
 
                <method name="ExecuteQuery">
19
 
                        <arg type="v" name="key" direction="in" />
20
 
                        <arg type="u" name="timestamp" direction="in" />
21
 
                </method>
22
 
 
23
 
                <method name="CloseQuery">
24
 
                        <arg type="v" name="querykey" direction="in" />
25
 
                </method>
26
 
 
27
 
<!-- Signals -->
28
 
                <signal name="UpdatedQuery">
29
 
                        <arg type="s" name="target" direction="out" />
30
 
                        <arg type="a(sssssv)" name="suggestions" direction="out" />
31
 
                        <arg type="v" name="querykey" direction="out" />
32
 
                </signal>
33
 
 
34
 
<!-- End of interesting stuff -->
35
 
 
36
 
        </interface>
37
 
</node>