Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-07-20 22:29:11 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-07-20 22:29:11 (GMT)
commit79251459e5f8ea1516bfb2a953f9fff98e782628 (patch)
tree910c320fb3199fb734dce22619320d38303b0b72 /src
parentd09e6e45c51551255211c61cb456157e37b25514 (diff)
Return buddy properties as a byte array, not an array of bytes
Diffstat (limited to 'src')
-rw-r--r--src/buddy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buddy.py b/src/buddy.py
index f93f2e1..e3d2dc7 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -373,7 +373,8 @@ class Buddy(ExportedGObject):
return acts
@dbus.service.method(_BUDDY_INTERFACE,
- in_signature="", out_signature="a{sv}")
+ in_signature="", out_signature="a{sv}",
+ byte_arrays=True)
def GetProperties(self):
"""Retrieve set of Buddy's properties