From 3c3f9e15ed315f590bf29cd65c888acd1056ebc9 Mon Sep 17 00:00:00 2001 From: Lukasz Skalski Date: Mon, 30 Mar 2015 17:02:24 +0200 Subject: [PATCH] dbus-specification: fix GetConnectionCredentials description GetConnectionCredentials method returns a{sv} - ARRAY of DICT, not {sv} as it described in dbus-specification.xml https://bugs.freedesktop.org/show_bug.cgi?id=89826 diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 1e0fe20..cc2eda7 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -5935,7 +5935,7 @@ As a method: - DICT<STRING,VARIANT> GetConnectionCredentials (in STRING bus_name) + ARRAY of DICT<STRING,VARIANT> GetConnectionCredentials (in STRING bus_name) Message arguments: @@ -5971,7 +5971,7 @@ 0 - DICT<STRING,VARIANT> + ARRAY of DICT<STRING,VARIANT> Credentials -- 1.9.3