> > From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > > Signed-off-by: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > --- > docs/Makefile.am | 1 + > docs/meson.build | 2 +- > docs/spice_uri_scheme.txt | 131 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 133 insertions(+), 1 deletion(-) > create mode 100644 docs/spice_uri_scheme.txt > > diff --git a/docs/Makefile.am b/docs/Makefile.am > index e7e126b..6f7a0ac 100644 > --- a/docs/Makefile.am > +++ b/docs/Makefile.am > @@ -3,6 +3,7 @@ CLEANFILES = > .... > +documentation. > + > +Data Types > +---------- > + > +Spice URIs can be percent-encoded as specified in [RFC3986] and MUST > +be decoded. After decoding, the following type constraints and > +semantics apply: > + > +string > +~~~~~~ > + > +Values of "string" type are UTF-encoded strings as specified in Minor: UTF8, not any UTF. > +[RFC3629]. > + > +ushort > +~~~~~~ > + > +The "ushort" values represent unsigned 16-bit integers expressed > +in decimal digits with value between 0-65535 inclusive. Frediano _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel