From 82ca2cfefcb3fecd80575c2d658e0fe35f7b3970 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 4 Jan 2011 16:12:03 +0000 Subject: [PATCH 6/6] test/interfaces: test annotated arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The D-Bus Specification doesn't actually allow this, but dbus-glib has always supported it, and indeed understands a couple of annotations itself - org.freedesktop.DBus.GLib.ReturnVal and ….DBus.GLib.Const. --- test/interfaces/valid-annotations.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/test/interfaces/valid-annotations.xml b/test/interfaces/valid-annotations.xml index 6c6cc85..38115b0 100644 --- a/test/interfaces/valid-annotations.xml +++ b/test/interfaces/valid-annotations.xml @@ -6,12 +6,18 @@ - + + + - + + + -- 1.7.2.3