~ubuntu-branches/ubuntu/oneiric/rhythmbox/oneiric

« back to all changes in this revision

Viewing changes to shell/rb-shell.xml

  • Committer: Bazaar Package Importer
  • Author(s): Rico Tzschichholz
  • Date: 2011-07-29 16:41:38 UTC
  • mto: This revision was merged to the branch mainline in revision 191.
  • Revision ID: james.westby@ubuntu.com-20110729164138-wwicy8nqalm18ck7
Tags: upstream-2.90.1~20110802
ImportĀ upstreamĀ versionĀ 2.90.1~20110802

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<node name="/">
4
4
  <interface name="org.gnome.Rhythmbox.Shell">
5
5
 
 
6
    <!-- might stay? -->
6
7
    <method name="loadURI">
7
8
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_load_uri"/>
8
9
      <arg type="s"/>
9
10
      <arg type="b"/>
10
11
    </method>
11
12
 
 
13
    <!-- this stays, perhaps? -->
12
14
    <method name="activateSource">
13
15
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_activate_source_by_uri"/>
14
16
      <arg type="s" name="uri"/>
15
17
      <arg type="u" name="play"/> <!-- 0 = only select, 1 = play if not already playing, 2 = play -->
16
18
    </method>
17
19
 
 
20
    <!-- no -->
18
21
    <method name="getPlayer">
19
22
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_get_player_path"/>
20
23
      <arg type="o" direction="out">
23
26
      </arg>
24
27
    </method>
25
28
 
 
29
    <!-- no -->
26
30
    <method name="getPlaylistManager">
27
31
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_get_playlist_manager_path"/>
28
32
      <arg type="o" direction="out">
31
35
      </arg>
32
36
    </method>
33
37
 
 
38
    <!-- no, action -->
34
39
    <method name="present">
35
40
      <arg type="u"/>
36
41
    </method>
37
42
 
 
43
    <!-- no, db interface -->
38
44
    <method name="getSongProperties">
39
45
      <arg type="s" name="uri"/>
40
46
      <arg type="a{sv}" direction="out"/>
41
47
    </method>
42
48
 
 
49
    <!-- no, db interface -->
43
50
    <method name="setSongProperty">
44
51
      <arg type="s" name="uri"/>
45
52
      <arg type="s" name="propname"/>
46
53
      <arg type="v" name="value"/>
47
54
    </method>
48
55
 
 
56
    <!-- probably stays? -->
49
57
    <method name="addToQueue">
50
58
      <arg type="s" name="uri"/>
51
59
    </method>
52
60
 
 
61
    <!-- no -->
53
62
    <method name="quit"/>
54
63
 
 
64
    <!-- probably stays? -->
55
65
    <method name="removeFromQueue">
56
66
      <arg type="s" name="uri"/>
57
67
    </method>
58
68
 
 
69
    <!-- probably stays? -->
59
70
    <method name="clearQueue"/>
60
71
 
 
72
    <!-- ugh -->
61
73
    <method name="notify">
62
74
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="rb_shell_do_notify"/>
63
75
      <arg type="b" name="userRequested"/>
64
76
    </method>
65
77
 
 
78
    <!-- no, action -->
66
79
    <signal name="visibilityChanged">
67
80
      <arg type="b" name="visibility"/>
68
81
    </signal>
69
82
 
 
83
    <!-- no, managed on the app side -->
70
84
    <signal name="removableMediaScanFinished"/>
71
85
    <signal name="databaseLoadComplete"/>
72
86
 
 
87
    <!-- no, action -->
73
88
    <!-- Until a version of dbus with bug #7057 fixed is widely available,
74
89
         this does more harm than good.  -->
75
90
    <!-- <property name="visibility" type="b" access="readwrite"/> -->