Changes

Jump to navigation Jump to search
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")
647

edits

Navigation menu