Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
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. """