Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-11-14 14:38:53 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-11-14 14:38:53 (GMT)
commit260a1fe57e04891e5a5a0d64f69000a9c256bb06 (patch)
tree8c3b2a4a68b22fb99e18285e3f451742a98d34c7 /plugins
parentad927e5ada0d6cd2b4b369541cefff85e501a987 (diff)
add plugin support for clear
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/plugin.py b/plugins/plugin.py
index 3065129..e06cf31 100644
--- a/plugins/plugin.py
+++ b/plugins/plugin.py
@@ -35,6 +35,10 @@ class Plugin(gobject.GObject):
""" stop is called when stop button is pressed. """
pass
+ def clear(self):
+ """ clear is called when erase button is pressed and from the clean block. """
+ pass
+
def goto_background(self):
""" goto_background is called when the activity is sent to the
background. """