Changeset 8625
- Timestamp:
- 08/30/07 20:58:40 (15 months ago)
- Files:
-
- 1 modified
-
trunk/src/remote_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/remote_control.py
r8408 r8625 435 435 return result 436 436 437 @dbus.service.method(INTERFACE, in_signature='s', out_signature='a v')437 @dbus.service.method(INTERFACE, in_signature='s', out_signature='aa{sv}') 438 438 def list_contacts(self, account): 439 439 '''list all contacts in the roster. If the first argument is specified, 440 440 then return the contacts for the specified account''' 441 result = dbus.Array([], signature='a {sv}')441 result = dbus.Array([], signature='aa{sv}') 442 442 accounts = gajim.contacts.get_accounts() 443 443 if len(accounts) == 0:
