]> code.delx.au - pulseaudio/commit
sink-input: Add volume_writable to pa_sink_input.
authorTanu Kaskinen <tanuk@iki.fi>
Sun, 27 Mar 2011 20:00:26 +0000 (23:00 +0300)
committerColin Guthrie <colin@mageia.org>
Tue, 29 Mar 2011 20:18:06 +0000 (21:18 +0100)
commite72e75570c97ee9dd1cbce6480d7de8637d470fe
treeb5672949bd2e92df2b7559855f19642d1eb44aa8
parentb358f1c71d633adcbef02b583120d9ab1a8ac69e
sink-input: Add volume_writable to pa_sink_input.

This is pretty cosmetic change; there's no actual functionality added.
Previously the volume_writable information was available through the
pa_sink_input_is_volume_writable() function, but I find it cleaner to have a
real variable.

The sink input introspection variable name was also changed from
read_only_volume to volume_writable for consistency.
PROTOCOL
src/modules/dbus/iface-stream.c
src/modules/module-stream-restore.c
src/pulse/introspect.c
src/pulse/introspect.h
src/pulsecore/cli-command.c
src/pulsecore/protocol-native.c
src/pulsecore/sink-input.c
src/pulsecore/sink-input.h