[telepathy-spec/master] SetProperties takes an a(uv), refer to this correctly as an array

Davyd Madeley davyd at madeley.id.au
Sun May 10 23:35:18 PDT 2009


Rather than as a dictionary, which leads to you passing the wrong argument,
because you didn't read the type signature closely enough.
---
 spec/Properties_Interface.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/Properties_Interface.xml b/spec/Properties_Interface.xml
index aaa4602..bc9c8b2 100644
--- a/spec/Properties_Interface.xml
+++ b/spec/Properties_Interface.xml
@@ -158,7 +158,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
         tp:type="Property_Value[]">
         <!-- XXX: if we're ever breaking API compatibility, make this a{uv} -->
       <tp:docstring>
-        A dictionary mapping integer identifiers to boxed values
+        An array mapping integer property identifiers to boxed values
       </tp:docstring>
       </arg>
       <tp:possible-errors>
-- 
1.5.6.5



More information about the telepathy-commits mailing list