~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to shell/rb-shell.xml

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
 
 
3
<node name="/">
 
4
  <interface name="org.gnome.Rhythmbox.Shell">
 
5
 
 
6
    <method name="loadURI">
 
7
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_load_uri"/>
 
8
      <arg type="s"/>
 
9
      <arg type="b"/>
 
10
    </method>
 
11
    
 
12
    <method name="getPlayer">
 
13
      <arg type="o" direction="out">
 
14
        <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
 
15
        <annotation name="org.freedesktop.DBus.GLib.Const" value=""/>
 
16
      </arg>
 
17
    </method>
 
18
 
 
19
    <method name="present">
 
20
      <arg type="u"/>
 
21
    </method>
 
22
 
 
23
    <method name="getSongProperties">
 
24
      <arg type="s" name="uri"/>
 
25
      <arg type="a{sv}" direction="out"/>
 
26
    </method>
 
27
 
 
28
    <method name="setSongProperty">
 
29
      <arg type="s" name="uri"/>
 
30
      <arg type="s" name="propname"/>
 
31
      <arg type="v" name="value"/>
 
32
    </method>
 
33
 
 
34
    <signal name="visibilityChanged"/>
 
35
 
 
36
  </interface>
 
37
</node>