Add 'direction' attribute to org.freedesktop.MediaPlayer /TrackList methods. Fixes issue 2766
This commit is contained in:
parent
b53578c490
commit
154b9e3c0b
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user