mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed the return type of cMyDeviceHook::DeviceProvidesTransponder() in PLUGINS.html
This commit is contained in:
@@ -1993,7 +1993,7 @@ whatever actions are necessary to determine whether the given Device can
|
||||
provide the given Channel's transponder, as in
|
||||
|
||||
<p><table><tr><td class="code"><pre>
|
||||
void cMyDeviceHook::DeviceProvidesTransponder(const cDevice *Device, const cChannel *Channel) const
|
||||
bool cMyDeviceHook::DeviceProvidesTransponder(const cDevice *Device, const cChannel *Channel) const
|
||||
{
|
||||
if (<i>condition where Device can't provide Channel</i>)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user