mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a typo
This commit is contained in:
parent
a8fe90b28b
commit
b1172401f7
@ -934,7 +934,7 @@ 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>
|
The function returns a pointer to the plugin that handled the request, or <tt>NULL</tt>
|
||||||
if no plugin handled it.
|
if no plugin handled it.
|
||||||
<p>
|
<p>
|
||||||
To send a messages to all plugins, a plugin can call the function
|
To send a message to all plugins, a plugin can call the function
|
||||||
<tt>cPluginManager::CallAllServices()</tt>. This 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.
|
any plugin handled the request, or <tt>false</tt> if no plugin handled the request.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user