From bd385da02adabb146b82e21e7d9770cc5aa842eb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Sep 2011 08:55:08 -0400 Subject: More D-Bus type clarifications Only use conventional names where they uniquely identify the wire type, and type signatures elsewhere. This replaces DICT by a{sv} ARRAY by as STRING_ARRAY by as --- docs/notification-spec.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml index ef408d3..fa1da0b 100644 --- a/docs/notification-spec.xml +++ b/docs/notification-spec.xml @@ -831,7 +831,7 @@ <literal>org.freedesktop.Notifications.GetCapabilities</literal> - STRING_ARRAY + as org.freedesktop.Notifications.GetCapabilities @@ -954,8 +954,8 @@ STRING app_icon STRING summary STRING body - ARRAY actions - DICT hints + as actions + a{sv} hints INT32 expire_timeout @@ -1013,7 +1013,7 @@ actions - ARRAY + as Actions are sent over as a list of pairs. Each even element in the list (starting at index 0) represents the identifier for the @@ -1023,7 +1023,7 @@ hints - DICT + a{sv} Optional hints that can be passed to the server from the client program. Although clients and servers should never assume each other -- cgit v1.2.1