From a45b060d340a3b5826c85c3348fa8ffa94827db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 24 Apr 2009 19:21:20 +0200 Subject: Some more documentation... Really needs more! --- doc/Howto_Write_Plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Howto_Write_Plugins') 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 -- cgit v1.2.3