Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Development Team/Presence Service Removal
(view source)
Revision as of 11:58, 5 March 2010
246 bytes added
,
11:58, 5 March 2010
no edit summary
Line 4:
Line 4:
def ActivityAppeared(self, activity):
def ActivityAppeared(self, activity):
pass
pass
+
+
Is fired when the properties contained in org.laptop.Telepathy.ActivityProperties become all non-None
@dbus.service.signal(PRESENCE_INTERFACE, signature="o")
@dbus.service.signal(PRESENCE_INTERFACE, signature="o")
def ActivityDisappeared(self, activity):
def ActivityDisappeared(self, activity):
−
pass
+
+
Is fired when the properties contained in org.laptop.Telepathy.ActivityProperties stop being all non-None, and when the last buddy leaves the activity.
@dbus.service.signal(PRESENCE_INTERFACE, signature="o")
@dbus.service.signal(PRESENCE_INTERFACE, signature="o")
Tomeu
647
edits