Development Team/Presence Service Removal: Difference between revisions
| Line 301: | Line 301: | ||
pass | pass | ||
* Used by: | * Used by: shell to display shared activities | ||
* Present: | * Present: fired when ActivityPropertiesChanged in org.laptop.Telepathy.ActivityProperties is fired. | ||
* Future: | * Future: | ||
| Line 311: | Line 311: | ||
pass | pass | ||
* Used by: | * Used by: couldn't find any use of it | ||
* Present: | * Present: fired when the text and tubes channels get created | ||
* Future: | * Future: drop it? | ||
@dbus.service.method(_ACTIVITY_INTERFACE, in_signature="", out_signature="a{sv}") | @dbus.service.method(_ACTIVITY_INTERFACE, in_signature="", out_signature="a{sv}") | ||
| Line 321: | Line 321: | ||
pass | pass | ||
* Used by: | * Used by: shell to display shared activities | ||
* Present: | * Present: returns the cached properties, which are updated by SetProperties for local activities, or by ActivityPropertiesChanged and GetProperties from org.laptop.Telepathy.ActivityProperties | ||
* Future: | * Future: | ||