~mterry/indicator-sound/snap-root

« back to all changes in this revision

Viewing changes to tests/service-mocks/media-player-mpris-mock/org.mpris.MediaPlayer2.Player.xml

  • Committer: CI Train Bot
  • Author(s): Xavi Garcia Mena
  • Date: 2016-01-05 15:08:02 UTC
  • mfrom: (513.1.2 restore-osd-notifications)
  • Revision ID: ci-train-bot@canonical.com-20160105150802-9n0tg5ipbbq2qbab
This branch just readds the OSD notifications code, that was reverted in trunk as the corresponding silo was also rolled back after landing.
Approved by: PS Jenkins bot, Xavi Garcia

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>
 
3
  <interface name="org.mpris.MediaPlayer2.Player">
 
4
    <property name="CanPlay" type="b" access="read"/>
 
5
    <method name="setCanPlay">
 
6
      <arg direction="in" type="b" name="canPlay" />
 
7
    </method>
 
8
 
 
9
    <property name="CanPause" type="b" access="read"/>
 
10
    <method name="setCanPause">
 
11
      <arg direction="in" type="b" name="canPause" />
 
12
    </method>
 
13
 
 
14
    <property name="CanGoNext" type="b" access="read"/>
 
15
    <method name="setCanGoNext">
 
16
      <arg direction="in" type="b" name="canGoNext" />
 
17
    </method>
 
18
 
 
19
    <property name="CanGoPrevious" type="b" access="read"/>
 
20
    <method name="setCanGoPrevious">
 
21
      <arg direction="in" type="b" name="canGoPrevious" />
 
22
    </method>
 
23
  </interface>
 
24
</node>