Differences

This shows you the differences between two versions of the page.

blueprints:tekka:plugin_api [2010-03-12 15:03]
Marian Tietz
blueprints:tekka:plugin_api [2010-03-12 18:59] (current)
Michael Kuhn
Line 94: Line 94:
Called if the connection to maki is aborted. (Event) Called if the connection to maki is aborted. (Event)
-===== unload () =====+===== unload =====
  * Arguments: None   * Arguments: None
Called when the plugin is unloaded. Called when the plugin is unloaded.
Line 102: Line 102:
<code python> <code python>
def unload (self): def unload (self):
-  pass+  sushi.Plugin.unload(self)
</code> </code>
 
blueprints/tekka/plugin_api.txt · Last modified: 2010-03-12 18:59 by Michael Kuhn
 
Except where otherwise noted, content on this wiki is licensed under the following license:2-clause BSD license
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki