From d09b8d3ea43bb877c39e0f2e169cf3d885521ff2 Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Tue, 21 Aug 2007 11:08:33 +0000 Subject: Document _share_activity_cb --- (limited to 'sugar/presence/presenceservice.py') diff --git a/sugar/presence/presenceservice.py b/sugar/presence/presenceservice.py index 4a92dd3..81835fc 100644 --- a/sugar/presence/presenceservice.py +++ b/sugar/presence/presenceservice.py @@ -357,7 +357,11 @@ class PresenceService(gobject.GObject): return self._new_object(owner_op) def _share_activity_cb(self, activity, op): - """Notify with GObject event of successful sharing of activity""" + """Notify with GObject event of successful sharing of activity + + op -- full dbus path of the new object, must be + prefixed with either of _PS_BUDDY_OP or _PS_ACTIVITY_OP + """ psact = self._new_object(op) psact._joined = True self.emit("activity-shared", True, psact, None) -- cgit v0.9.1