updated API definition (comment/documentation)
authorFredrik Wendt <fredrik@wendt.se>
Tue, 8 Jun 2010 20:36:31 +0000 (21:36 +0100)
committerFredrik Wendt <fredrik@wendt.se>
Tue, 8 Jun 2010 20:36:31 +0000 (21:36 +0100)
Signed-off-by: Fredrik Wendt <fredrik@wendt.se>

package/src/org/maemo/hermes/engine/service.py

index 2f519cd..0a04c09 100644 (file)
@@ -36,9 +36,8 @@ class Service:
     
     # -----------------------------------------------------------------------
     def process_contact(self, contact):
-        """Called for each contact in the address book. Any friends linked to
-           from the contact should have their matching updated. The back end should 
-           enrich the friend passed with any meta-data it can."""
+        """Called for each contact in the address book. If the contact can be 
+           matched to a Friend, than return the Friend object or None."""
            
         pass