diff options
author | Eric Wollesen <ericw@xmtp.net> | 2009-03-03 07:49:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-03 07:49:23 +0100 |
commit | b8ebb748c9e4da74c361c3b4e5840891eaf22864 (patch) | |
tree | 69368bd8f3e382be05644601f44b117c40ffdd45 /doc/protocol.xml | |
parent | 95b53281a45841bc4d981f131ac452615e923575 (diff) | |
download | mpd-b8ebb748c9e4da74c361c3b4e5840891eaf22864.tar.gz mpd-b8ebb748c9e4da74c361c3b4e5840891eaf22864.tar.xz mpd-b8ebb748c9e4da74c361c3b4e5840891eaf22864.zip |
Add sticker list command.
[mk: merged memory leak patch; fixed indentation (tabs); fixed
documentation typo]
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index 364384e1f..14d286c63 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1222,6 +1222,21 @@ OK </para> </listitem> </varlistentry> + <varlistentry id="command_sticker_list"> + <term> + <cmdsynopsis> + <command>sticker</command> + <arg choice="plain">list</arg> + <arg choice="req"><replaceable>TYPE</replaceable></arg> + <arg choice="req"><replaceable>URI</replaceable></arg> + </cmdsynopsis> + </term> + <listitem> + <para> + Lists the stickers for the specified object. + </para> + </listitem> + </varlistentry> </variablelist> </section> |