summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-12-22 16:53:41 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-12-22 16:53:41 +0100
commit5433caa4104cc33d6b8788058c1098cf9d47b04a (patch)
tree06e3f9a4a0ff1c4fe40664d676e44be31b2ba3c1 /PLUGINS.html
parent8841097e3af1aa7009ae5222b8ffa15497b22278 (diff)
downloadvdr-5433caa4104cc33d6b8788058c1098cf9d47b04a.tar.gz
vdr-5433caa4104cc33d6b8788058c1098cf9d47b04a.tar.bz2
Added a note about deleting cFilter
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 67216e2a..d13ca4ab 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -1247,6 +1247,9 @@ cMyFilter Filter;
cDevice::ActualDevice()-&gt;AttachFilter(Filter);
</pre></td></tr></table><p>
+If the <tt>cFilter</tt> isn't needed any more, it may simply be <i>deleted</i>
+and will automatically detach itself from the <tt>cDevice</tt>.
+<p>
See VDR/eit.c or VDR/pat.c to learn how to process filter data.
<!--X1.3.0--></td></tr></table>