From f518d78fd76de28fa6b32a89367af64b97c60d43 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 2 Nov 2022 11:24:46 +0000 Subject: [PATCH] docs: Add links to the D-Bus specification to the GVariant Specification This should clarify object paths and signatures a little, if anyone needs that. This introduces no semantic changes. Signed-off-by: Philip Withnall --- docs/reference/glib/gvariant-specification-1.0.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reference/glib/gvariant-specification-1.0.rst b/docs/reference/glib/gvariant-specification-1.0.rst index 8bc4c95aa..408f60784 100644 --- a/docs/reference/glib/gvariant-specification-1.0.rst +++ b/docs/reference/glib/gvariant-specification-1.0.rst @@ -89,10 +89,12 @@ The Basic Types of UTF-8 is expected and encouraged. **Object Path** - A D-Bus object path, exactly as described in the D-Bus specification. + A D-Bus object path, exactly as described in the + `D-Bus specification `__. **Signature** - A D-Bus signature string, exactly as described in the D-Bus specification. As this type + A D-Bus signature string, exactly as described in the + `D-Bus specification `__. As this type has been preserved solely for compatibility with D-Bus, all of the D-Bus restrictions on the range of values of this type apply (eg: nesting depth and maximum length restrictions).