~jbicha/hud/build-depend-on-valac-not-gir

« back to all changes in this revision

Viewing changes to service/hud.xml

Merging the HUD into indicator-appmenu

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="GetSuggestions">
 
9
                        <arg type="s" name="query" direction="in" />
 
10
                        <arg type="s" name="icon" direction="out" />
 
11
                        <arg type="s" name="target" direction="out" />
 
12
                        <arg type="a(ssv)" name="suggestions" direction="out" />
 
13
                </method>
 
14
 
 
15
                <method name="ExecuteQuery">
 
16
                        <arg type="v" name="key" direction="in" />
 
17
                        <arg type="u" name="timestamp" direction="in" />
 
18
                </method>
 
19
 
 
20
<!-- Signals -->
 
21
                <!-- None -->
 
22
 
 
23
<!-- End of interesting stuff -->
 
24
 
 
25
        </interface>
 
26
</node>