Development Team/Low-level Activity API: Difference between revisions
m →Collaboration: clarify multiple connections |
m →Telepathy: connection availability |
||
| Line 467: | Line 467: | ||
connections.add(connection) | connections.add(connection) | ||
This gathers all the usable connections, there may be more than one. | This gathers all the usable connections, there may be more than one. Since connections can become available later, you need to either track changes using D-Bus signals, or do the above every time a new connection is needed. | ||
== Startup == | == Startup == | ||