~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.freedesktop.DockManager">
    <method name="GetCapabilities">
      <arg name="result" type="as" direction="out"/>
    </method>
    <method name="GetItems">
      <arg name="result" type="ao" direction="out"/>
    </method>
    <method name="GetItemsByName">
      <arg name="name" type="s" direction="in"/>
      <arg name="result" type="ao" direction="out"/>
    </method>
    <method name="GetItemsByDesktopFile">
      <arg name="desktop_file" type="s" direction="in"/>
      <arg name="result" type="ao" direction="out"/>
    </method>
    <method name="GetItemsByPid">
      <arg name="pid" type="i" direction="in"/>
      <arg name="result" type="ao" direction="out"/>
    </method>
    <method name="GetItemByXid">
      <arg name="xid" type="x" direction="in"/>
      <arg name="result" type="o" direction="out"/>
    </method>
    <method name="AwnSetVisibility">
      <arg name="win_name" type="s" direction="in"/>
      <arg name="visible" type="b" direction="in"/>
    </method>
    <method name="AwnRegisterProxyItem">
      <arg name="desktop_file" type="s" direction="in"/>
      <arg name="uri" type="s" direction="in"/>
      <arg name="result" type="o" direction="out"/>
    </method>
    <signal name="ItemAdded">
      <arg name="path" type="o"/>
    </signal>
    <signal name="ItemRemoved">
      <arg name="path" type="o"/>
    </signal>
  </interface>
</node>