comparison src/audacious/pluginenum.c @ 4030:0b004b3bfb70

Add plugin function to pull volume.
author Jonathan Schleifer <js-audacious@webkeks.org>
date Wed, 28 Nov 2007 18:15:04 +0100
parents 26c503cdce58
children 040243a50bd3
comparison
equal deleted inserted replaced
4027:501f9671be9b 4030:0b004b3bfb70
384 .dock_move_motion = dock_move_motion, 384 .dock_move_motion = dock_move_motion,
385 .dock_move_release = dock_move_release, 385 .dock_move_release = dock_move_release,
386 .dock_is_moving = dock_is_moving, 386 .dock_is_moving = dock_is_moving,
387 387
388 .get_output_list = get_output_list, 388 .get_output_list = get_output_list,
389
390 .input_get_volume = input_get_volume,
389 }; 391 };
390 392
391 /*****************************************************************/ 393 /*****************************************************************/
392 394
393 GList *lowlevel_list = NULL; 395 GList *lowlevel_list = NULL;