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

« back to all changes in this revision

Viewing changes to shell/rb-shell-player.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.Player">
 
5
 
 
6
    <method name="playPause">
 
7
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_player_playpause"/>
 
8
      <arg type="b"/>
 
9
    </method>
 
10
 
 
11
    <method name="previous">
 
12
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_player_do_previous"/>
 
13
    </method>
 
14
 
 
15
    <method name="next">
 
16
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_player_do_next"/>
 
17
    </method>
 
18
 
 
19
    <method name="getPlaying">
 
20
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_player_get_playing"/>
 
21
      <arg type="b" name="playing" direction="out"/>
 
22
    </method>
 
23
 
 
24
    <method name="getPlayingUri">
 
25
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_player_get_playing_path"/>
 
26
      <arg type="s" name="uri" direction="out">
 
27
        <annotation name="org.freedesktop.DBus.GLib.Const" value=""/>
 
28
      </arg>
 
29
    </method>
 
30
 
 
31
    <method name="getElapsed">
 
32
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_player_get_playing_time"/>
 
33
      <arg type="u" name="elapsed" direction="out"/>
 
34
    </method>
 
35
 
 
36
    <method name="setElapsed">
 
37
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_player_set_playing_time"/>
 
38
      <arg type="u" name="elapsed" direction="in"/>
 
39
    </method>
 
40
 
 
41
 
 
42
    <!-- <property name="playing" access="readwrite"/> -->
 
43
    <signal name="playingChanged"/>
 
44
    <signal name="playingUriChanged"/>
 
45
    <signal name="elapsedChanged"/>
 
46
 
 
47
  </interface>
 
48
</node>