comparison src/audacious/objects.xml @ 4604:51d82bf6ba63

Use a define (AUD_EQUALIZER_NBANDS) instead of magic value 10 everywhere.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Jun 2008 22:27:06 +0300
parents b5ee3a4a8e3b
children c9b0da38d07d
comparison
equal deleted inserted replaced
4603:fba10959a743 4604:51d82bf6ba63
471 <arg type="s" name="url"/> 471 <arg type="s" name="url"/>
472 </method> 472 </method>
473 473
474 <!-- equalizer --> 474 <!-- equalizer -->
475 <method name="GetEq"> 475 <method name="GetEq">
476 <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/>
477 <arg type="d" direction="out" name="preamp"/> 476 <arg type="d" direction="out" name="preamp"/>
478 <arg type="ad" direction="out" name="bands"/> 477 <arg type="ad" direction="out" name="bands"/>
479 </method> 478 </method>
480 479
481 <method name="GetEqPreamp"> 480 <method name="GetEqPreamp">