diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-01-19 22:02:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-01-19 22:02:28 +0100 |
commit | b43a45d1847f2eff096cc69f70efedd2b94c3aaa (patch) | |
tree | c667367ce1938ac634046f3c8c461c47c81045ad /PROTOCOL | |
parent | fe703013add1f577d62a63233d3232a4d386109d (diff) |
allow setting properties for modules, too
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -154,7 +154,6 @@ PA_COMMAND_SET_RECORD_STREAM_BUFFER_ATTR at the end: early_requests (bool) - ### v15, implemented by >= 0.9.15 PA_COMMAND_CREATE_PLAYBACK_STREAM @@ -163,4 +162,9 @@ PA_COMMAND_CREATE_PLAYBACK_STREAM PA_COMMAND_CREATE_PLAYBACK_STREAM, PA_COMMAND_CREATE_RECORD_STREAM: - bool dont_inhibit_auto_suspend ate the end + bool dont_inhibit_auto_suspend at the end + +PA_COMMAND_GET_MODULE_INFO_LIST + + remove bool auto_unload + add proplist at the end |