~ubuntu-branches/ubuntu/hardy/rhythmbox/hardy-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
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/">
  <interface name="org.gnome.Rhythmbox.Shell">

    <method name="loadURI">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_load_uri"/>
      <arg type="s"/>
      <arg type="b"/>
    </method>
    
    <method name="getPlayer">
      <arg type="o" direction="out">
	<annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
	<annotation name="org.freedesktop.DBus.GLib.Const" value=""/>
      </arg>
    </method>

    <method name="present">
      <arg type="u"/>
    </method>

    <method name="getSongProperties">
      <arg type="s" name="uri"/>
      <arg type="a{sv}" direction="out"/>
    </method>

    <method name="setSongProperty">
      <arg type="s" name="uri"/>
      <arg type="s" name="propname"/>
      <arg type="v" name="value"/>
    </method>

    <signal name="visibilityChanged"/>

  </interface>
</node>