summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <robert.mcqueen@collabora.co.uk>2006-02-07 12:50:30 +0000
committer <robert.mcqueen@collabora.co.uk>2006-02-07 12:50:30 +0000
commit538171feea1f609d67568fcf31bec0b920299280 (patch)
tree08ef323312fe98362f318c8f73988503898936b8
parent22292794753ee02381fb4fcdcbea0b1bc51400d4 (diff)
you may call GetInterfaces on connections when disconnected
-rw-r--r--telepathy/server/conn.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/telepathy/server/conn.py b/telepathy/server/conn.py
index e4a6a8d..c3a858e 100644
--- a/telepathy/server/conn.py
+++ b/telepathy/server/conn.py
@@ -176,15 +176,10 @@ class Connection(dbus.service.Object):
@dbus.service.method(CONN_INTERFACE, in_signature='', out_signature='as')
def GetInterfaces(self):
"""
- Get the optional interfaces supported by the connection. Not valid
- until the connection has been established (GetState returns
- CONNECTION_STATE_CONNECTED).
+ Get the optional interfaces supported by this connection.
Returns:
an array of D-Bus interface names
-
- Potential Errors:
- Disconnected
"""
self.check_connected()
return self._interfaces