diff options
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 9d6f4a64..f67ddbed 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1189,7 +1189,7 @@ selecting which channel it shall tune to: <!--X1.1.9--><table width=100%><tr><td bgcolor=#FF0000> </td><td width=100%> <p><table><tr><td bgcolor=#F0F0F0><pre><br> -virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsSwitchChannel = NULL); +virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL); virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView); </pre></td></tr></table><p> |