[Authentication] Spec Change: object paths lower case

Michael Leupold lemma at confuego.org
Sun Aug 16 04:21:34 PDT 2009


Am Sonntag, 16. August 2009 03:08:26 schrieb Stef Walter:
> I've changed the object paths to lower case in the spec, and pushed the
> change to secrets-xdg-specs.
>
> I also added a Makefile to help with the building of html from the spec.
>
> Michael, do you know what this new bit in the spec is?
>
> >     <tp:mapping name="ObjectPath_Secret_Map">
> >         <tp:docstring>A mapping from object-paths to Secret
> > structs</tp:docstring> <tp:member type="o" name="Key">
> >             <tp:docstring>D-Bus object-path</tp:docstring>
> >         </tp:member>
> >         <tp:member type="(sayay)" name="Value" tp:type="Secret">
> >             <tp:docstring>A secret</tp:docstring>
> >         </tp:member>
> >     </tp:mapping>

Basically it's nothing but a description of "Dict<ObjectPath, Secret>". It's 
needed because using xslt I couldn't manage to properly derive this type from 
its D-Bus signature a{o(sayay)}. It was just too complicated and the Telepathy 
D-Bus specification already had tp:mapping defined.

If you want, I could make it not show up in the documentation though.

Regards,
Michael


More information about the Authentication mailing list