Add 'direction' attribute to org.freedesktop.MediaPlayer /TrackList methods. Fixes issue 2766

This commit is contained in:
Noah Meyerhans 2012-02-28 23:14:48 -08:00 committed by David Sansome
parent b53578c490
commit 154b9e3c0b
1 changed files with 4 additions and 4 deletions

View File

@ -25,19 +25,19 @@
</method>
<method name="DelTrack">
<arg type="i" />
<arg direction="in" type="i" />
</method>
<method name="SetLoop">
<arg type="b" />
<arg direction="in" type="b" />
</method>
<method name="SetRandom">
<arg type="b" />
<arg direction="in" type="b" />
</method>
<method name="PlayTrack">
<arg type="i" />
<arg direction="in" type="i" />
</method>
<signal name="TrackListChange">