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>
|
||||||
|
|
||||||
<method name="DelTrack">
|
<method name="DelTrack">
|
||||||
<arg type="i" />
|
<arg direction="in" type="i" />
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
<method name="SetLoop">
|
<method name="SetLoop">
|
||||||
<arg type="b" />
|
<arg direction="in" type="b" />
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
<method name="SetRandom">
|
<method name="SetRandom">
|
||||||
<arg type="b" />
|
<arg direction="in" type="b" />
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
<method name="PlayTrack">
|
<method name="PlayTrack">
|
||||||
<arg type="i" />
|
<arg direction="in" type="i" />
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
<signal name="TrackListChange">
|
<signal name="TrackListChange">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user