summaryrefslogtreecommitdiff
path: root/doc/Howto_Write_Plugins
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Howto_Write_Plugins')
-rw-r--r--doc/Howto_Write_Plugins2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Howto_Write_Plugins b/doc/Howto_Write_Plugins
index bb63120..109aa06 100644
--- a/doc/Howto_Write_Plugins
+++ b/doc/Howto_Write_Plugins
@@ -18,7 +18,7 @@ Of course there are some things you should bare in mind:
1. Do not use the ``__init__`` method, but ``init``.
2. Do not use a member which shadows one from the original class:
- ``description``, ``author``, ``status``, ``menus``, ``name``, ``calls``, ``deps``, ``enabled``, ``add_menu``, ``add_call``
+ ``description``, ``author``, ``status``, ``menus``, ``name``, ``calls``, ``deps``, ``enabled``, ``add_widget``, ``create_widget``, ``add_call``
3. Of course you can *use* the members mentioned under point 2.
For the details, please see the source code at the moment or write your question to portato@necoro.net
420cd7c1b2a96303200ce3686281d&follow=1'>Fix cleanup of maildirsAntonio Terceiro3-1/+16 2014-05-18feed2imap-test: reuse cache dir/protect configAntonio Terceiro1-1/+1 2014-02-13feed2imap-test: can now take a feed URL as argumentAntonio Terceiro1-3/+22 2014-02-13update .gitignoreAntonio Terceiro1-0/+2 2014-02-13fix dependency on ruby-feedparserAntonio Terceiro1-1/+1 2014-02-05Release 1.2.2Antonio Terceiro2-2/+2 2014-02-05config: fix regression with arrays as targetAntonio Terceiro2-1/+17 2013-08-28Fix teardown method nameAntonio Terceiro1-1/+1