diff sat/bridge/dbus_bridge.py @ 3102:7574f795bd1e

core, bridge: encryptionPluginsGet now returns a serialised list + added "directed" in metadata
author Goffi <goffi@goffi.org>
date Mon, 30 Dec 2019 20:44:04 +0100
parents 2cc2f65379f7
children 130f9cb6e0ab
line wrap: on
line diff
--- a/sat/bridge/dbus_bridge.py	Mon Dec 30 20:44:02 2019 +0100
+++ b/sat/bridge/dbus_bridge.py	Mon Dec 30 20:44:04 2019 +0100
@@ -283,7 +283,7 @@
         return self._callback("encryptionNamespaceGet", str(arg_0))
 
     @dbus.service.method(const_INT_PREFIX+const_CORE_SUFFIX,
-                         in_signature='', out_signature='aa{ss}',
+                         in_signature='', out_signature='s',
                          async_callbacks=None)
     def encryptionPluginsGet(self, ):
         return self._callback("encryptionPluginsGet", )