mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a note about reserved SVDRP command names
This commit is contained in:
parent
c474f2c9a7
commit
9d27c4bcad
@ -981,6 +981,9 @@ by exactly 4 blanks (no tabs), and none of them shall be longer than 79 characte
|
|||||||
(to avoid messy output on 80 character wide terminals). The last entry in the
|
(to avoid messy output on 80 character wide terminals). The last entry in the
|
||||||
list must be NULL.
|
list must be NULL.
|
||||||
<p>
|
<p>
|
||||||
|
The command names <tt>HELP</tt> and <tt>MAIN</tt> are reserverd and cannot
|
||||||
|
be used by a plugin.
|
||||||
|
<p>
|
||||||
The actual processing of SVDRP commands for a plugin is done in its
|
The actual processing of SVDRP commands for a plugin is done in its
|
||||||
<tt>SVDRPCommand()</tt> function.
|
<tt>SVDRPCommand()</tt> function.
|
||||||
Here's an example of such a function, which implements the commands advertised in
|
Here's an example of such a function, which implements the commands advertised in
|
||||||
|
Loading…
Reference in New Issue
Block a user