|
@@ -40,6 +40,8 @@ class PluginBase(GObject.Object):
|
40
|
40
|
This method must return True if the command was handled by the plugin,
|
41
|
41
|
and False otherwise. As soon as it has been determined that the
|
42
|
42
|
command will be handled, this method must emit a ``processed`` signal
|
43
|
|
- with ``text`` as its parameter.
|
|
43
|
+ with ``text`` as its parameter. If the plugin wants to speak some
|
|
44
|
+ words to the user, it can do so by emitting a ``tts`` signal with the
|
|
45
|
+ words to be spoken as its parameter.
|
44
|
46
|
"""
|
45
|
47
|
return False
|