summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-10 19:01:50 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-03-10 19:01:50 +0000
commit8e79fe1b5ef5ab503dc85fb64509af9ce88ca9f6 (patch)
tree1e29e971334aadf926ff96b3a08295b50c46d923 /src
parent635f724a44231f05fa56ee53e55642c75dbffb6f (diff)
channel: add a comment on get_props to clarify more what it does
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/server/channel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/channel.py b/src/server/channel.py
index 94e6026..5e93ca9 100644
--- a/src/server/channel.py
+++ b/src/server/channel.py
@@ -117,6 +117,7 @@ class Channel(_Channel, DBusProperties):
return ''
def get_props(self):
+ # Despite its name, this function actually only returns immutable properties.
props = dict()
for prop, iface in self._immutable_properties.items():
props[iface + '.' + prop] = \