File: rb-shell.xml

package info (click to toggle)
rhythmbox 0.11.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 26,232 kB
  • ctags: 11,434
  • sloc: ansic: 97,824; xml: 36,080; sh: 9,341; python: 4,193; makefile: 2,130; cpp: 153
file content (69 lines) | stat: -rw-r--r-- 1,990 bytes parent folder | download | duplicates (2)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?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">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_get_player_path"/>
      <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="getPlaylistManager">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_get_playlist_manager_path"/>
      <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>

    <method name="addToQueue">
      <arg type="s" name="uri"/>
    </method>

    <method name="quit"/>

    <method name="removeFromQueue">
      <arg type="s" name="uri"/>
    </method>

    <method name="clearQueue"/>

    <method name="notify">
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_do_notify"/>
      <arg type="b" name="userRequested"/>
    </method>

    <signal name="visibilityChanged">
      <arg type="b" name="visibility"/>
    </signal>

    <!-- Until a version of dbus with bug #7057 fixed is widely available,
         this does more harm than good.  -->
    <!-- <property name="visibility" type="b" access="readwrite"/> -->

  </interface>
</node>