From 79349369000d53741a8874929044af4b6b48f2f4 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 19 Nov 2009 22:38:45 +0000 Subject: LP 448319 : Clarifying comments on functions --- diff --git a/tutorius/TProbe.py b/tutorius/TProbe.py index d29ddda..3a57161 100644 --- a/tutorius/TProbe.py +++ b/tutorius/TProbe.py @@ -319,7 +319,8 @@ class ProbeProxy: def update(self, action_address, newaction, block=False): """ Update an already installed action's properties and run it again - @param action Action to update + @param action_address The address of the action to update. This is + provided by the install callback method. @param newaction Action to update it with @param block Force a synchroneous dbus call if True @return None @@ -333,7 +334,8 @@ class ProbeProxy: def uninstall(self, action_address, block=False): """ Uninstall an installed action - @param action Action to uninstall + @param action_address The address of the action to uninstall. This address was given + on action installation @param block Force a synchroneous dbus call if True """ for (this_action, this_address) in self._actions.items(): -- cgit v0.9.1