~ubuntu-branches/ubuntu/trusty/indicator-sound-gtk2/trusty-proposed

« back to all changes in this revision

Viewing changes to src/sound-service.xml

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-09-10 00:09:01 UTC
  • Revision ID: package-import@ubuntu.com-20120910000901-q6469svv5d3pmn0y
Tags: upstream-12.10.0.1
ImportĀ upstreamĀ versionĀ 12.10.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
2
<node name="/com/canonical/indicator/sound">
 
3
  <interface name="com.canonical.indicator.sound">
 
4
    <method name = "BlacklistMediaPlayer">
 
5
        <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
 
6
        <arg type='s' name='player_desktop_name' direction="in"/>
 
7
        <arg type='b' name='blacklist' direction="in"/>
 
8
        <arg type='b' name='result' direction="out"/>
 
9
    </method>
 
10
    <method name = "IsBlacklisted">
 
11
        <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
 
12
        <arg type='s' name='player_desktop_name' direction="in"/>
 
13
        <arg type='b' name='result' direction="out"/>
 
14
    </method>
 
15
    <method name = "GetSoundState">
 
16
        <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
 
17
        <arg type='i' name='current_state' direction="out"/>
 
18
    </method>
 
19
    <method name = "EnableTrackSpecificItems">
 
20
        <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
 
21
        <arg type='o' name='player_object_path' direction="in"/>
 
22
        <arg type='s' name='player_desktop_id' direction="in"/>
 
23
    </method>
 
24
    <method name = "EnablePlayerSpecificItems">
 
25
        <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
 
26
        <arg type='o' name='player_object_path' direction="in"/>
 
27
        <arg type='s' name='player_desktop_id' direction="in"/>
 
28
    </method>    
 
29
    <signal name="SoundStateUpdate">
 
30
      <arg name="new_state" type="i" direction="out"/>
 
31
    </signal>
 
32
  </interface>
 
33
</node>
 
34