From e72e75570c97ee9dd1cbce6480d7de8637d470fe Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Sun, 27 Mar 2011 23:00:26 +0300 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PROTOCOL') diff --git a/PROTOCOL b/PROTOCOL index c2bb2096..a15d1163 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -212,4 +212,4 @@ New flag at the end of sink input and source output introspection data: Two new flags at the end of sink input introspection data: bool has_volume - bool read_only_volume + bool volume_writable -- cgit