summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-18 09:50:32 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-18 09:50:32 +0200
commitfc54164405eed81dc58a08a8014703b02d871661 (patch)
treeb6e9eb76518278b0ca4844c070e652fa9e91af32 /PLUGINS.html
parent73b4cecacb970911bbbf58a6a20668581a539db7 (diff)
downloadvdr-fc54164405eed81dc58a08a8014703b02d871661.tar.gz
vdr-fc54164405eed81dc58a08a8014703b02d871661.tar.bz2
Added cDevice::NumProvidedSystems() to PLUGINS.html
Diffstat (limited to 'PLUGINS.html')
-rw-r--r--PLUGINS.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/PLUGINS.html b/PLUGINS.html
index dfee7395..719e70f4 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -1802,6 +1802,9 @@ If the new device can receive, it most likely needs to provide a way of
selecting which channel it shall tune to:
<p><table><tr><td class="code"><pre>
+<div class="modified">
+virtual int NumProvidedSystems(void) const;
+</div modified>
virtual bool ProvidesSource(int Source) const;
virtual bool ProvidesTransponder(const cChannel *Channel) const;
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const;