diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-01-30 16:47:53 +0100 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-02-20 14:29:15 +0530 |
commit | 9a2faad8203aae4b5668d12a597ce94744cf9a42 (patch) | |
tree | 394ebaf9777a93ee6518f4fc5ac4ec974a9f7dca /PROTOCOL | |
parent | 13a84d0747c9fe114850477460f2ac68cba0c4b6 (diff) |
PROTOCOL: Fix documentation for version 22
Fix the documentation: the protocol file was not reflecting the code
properly for version 22.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -250,6 +250,12 @@ New fields PA_COMMAND_CREATE_RECORD_STREAM: format_info format1 ... format_info formatn + volume + bool muted + bool volume_set + bool muted_set + bool relative_volume + bool passthrough One new field in reply from PA_COMMAND_CREATE_RECORD_STREAM: @@ -266,11 +272,11 @@ PA_COMMAND_GET_SOURCE_INFO_LIST) Five new fields in reply from PA_COMMAND_GET_SOURCE_OUTPUT_INFO (and thus PA_COMMAND_GET_SOURCE_OUTPUT_INFO_LIST) - format_info format volume bool mute bool has_volume bool volume_writable + format_info format ## v23, implemented by >= 1.0 |