~cjcurran/indicator-sound/key-shortcuts-on-voip-slider

« back to all changes in this revision

Viewing changes to src/sound-service.xml

  • Committer: Conor Curran
  • Date: 2011-03-07 15:28:40 UTC
  • mfrom: (213.1.2 indicator-sound)
  • Revision ID: conor.curran@canonical.com-20110307152840-ijbi5q7ng542fchj
extra dbus blacklist method added to complete api

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        <arg type='b' name='blacklist' direction="in"/>
8
8
        <arg type='b' name='result' direction="out"/>
9
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
 
10
16
    <method name = "GetSoundState">
11
17
        <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
12
18
        <arg type='i' name='current_state' direction="out"/>