comparison src/audacious/objects.xml @ 4705:736e981747d8

remove dbus skin functions
author mf0102 <0102@gmx.at>
date Mon, 07 Jul 2008 22:28:30 +0200
parents c9b0da38d07d
children
comparison
equal deleted inserted replaced
4704:3534e9edc168 4705:736e981747d8
411 <method name="QueueGetQueuePos"> 411 <method name="QueueGetQueuePos">
412 <arg type="u" name="pos"/> 412 <arg type="u" name="pos"/>
413 <arg type="u" direction="out" name="qpos"/> 413 <arg type="u" direction="out" name="qpos"/>
414 </method> 414 </method>
415 415
416 <!-- Get skin -->
417 <method name="GetSkin">
418 <!-- Return filename of desired song -->
419 <arg type="s" direction="out" name="skin"/>
420 </method>
421
422 <!-- Set skin -->
423 <method name="SetSkin">
424 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/>
425 <!-- Return filename of desired song -->
426 <arg type="s" name="skin"/>
427 </method>
428
429 <!-- Get Info --> 416 <!-- Get Info -->
430 <method name="GetInfo"> 417 <method name="GetInfo">
431 <arg type="i" direction="out" name="rate"/> 418 <arg type="i" direction="out" name="rate"/>
432 <arg type="i" direction="out" name="freq"/> 419 <arg type="i" direction="out" name="freq"/>
433 <arg type="i" direction="out" name="nch"/> 420 <arg type="i" direction="out" name="nch"/>