diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-06 14:10:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-06 14:10:17 +0200 |
commit | f24f820e7deb5a9cadfb56f72ad39cb313c87092 (patch) | |
tree | 6cea197c80c15d78b99faec1de60cf9014e458ad /PLUGINS.html | |
parent | 3e58bc64fece489778cdd2dc3df24c9bdca28779 (diff) | |
download | vdr-f24f820e7deb5a9cadfb56f72ad39cb313c87092.tar.gz vdr-f24f820e7deb5a9cadfb56f72ad39cb313c87092.tar.bz2 |
Changed NeedsSwitchChannel to NeedsDetachReceivers
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> |