summaryrefslogtreecommitdiff
path: root/PLUGINS.html
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-08-21 12:55:03 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-08-21 12:55:03 +0200
commit35de98e6a1c07916f0117cec16f81aff91262d4c (patch)
tree059763a3412d9dc587da13b492cca5b3d44320b7 /PLUGINS.html
parent06a27f142b65cef811d7e0a5931d54ed15725a7d (diff)
downloadvdr-35de98e6a1c07916f0117cec16f81aff91262d4c.tar.gz
vdr-35de98e6a1c07916f0117cec16f81aff91262d4c.tar.bz2
Adjusted 'Custom services' description to the actual implementation
Diffstat (limited to 'PLUGINS.html')
-rw-r--r--PLUGINS.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/PLUGINS.html b/PLUGINS.html
index 9cc53153..c0e1d5f6 100644
--- a/PLUGINS.html
+++ b/PLUGINS.html
@@ -929,13 +929,12 @@ if (Plugin)
To send messages to, or request services from some plugin that offers the protocol, a
plugin can call the function <tt>cPluginManager::CallFirstService()</tt>. This function
-will send the request to the first plugin that supports this service protocol. The
-function returns a pointer to the plugin that handled the request, or <tt>NULL</tt>
-if no plugin handled the request.
+will send the request to all plugins until one plugin handles it.
+The function returns a pointer to the plugin that handled the request, or <tt>NULL</tt>
+if no plugin handled it.
<p>
To send a messages to all plugins, a plugin can call the function
-<tt>cPluginManager::CallAllServices()</tt>. This function will send the request to
-all plugins that support this service protocol. The function returns <tt>true</tt> if
+<tt>cPluginManager::CallAllServices()</tt>. This function returns <tt>true</tt> if
any plugin handled the request, or <tt>false</tt> if no plugin handled the request.
<!--X1.3.30--></td></tr></table>