From 59ebc4e62a0dfc6cbb3d71bdc04663e68f29cd9d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Oct 2023 19:25:56 +0100 Subject: [PATCH] spec: Reduce repetition in Containers1 All outputs from GetServerInfo are the same as GetConnectionInfo, so only give a very short summary in GetServerInfo. Signed-off-by: Simon McVittie --- doc/dbus-specification.xml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 83001963..ce6cf04c 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7826,7 +7826,8 @@ OBJECT_PATH The opaque object path that was returned from the - AddServer method, identifying a + AddServer method, identifying a per-container server. This output parameter is produced by the message bus. @@ -7956,10 +7957,10 @@ STRING Reversed domain name identifying a container - manager or container technology, as passed to the - AddServer method, such as - org.flatpak or - io.snapcraft. + manager or container technology, + the same as the corresponding parameter in + GetConnectionInfo. This output parameter is controlled by the creator of the per-container server. @@ -7969,8 +7970,9 @@ STRING Some unique identifier for an application or container, - whose meaning is defined by the maintainers of the - container type. + the same as the corresponding parameter in + GetConnectionInfo. This output parameter is controlled by the creator of the per-container server. @@ -7979,9 +7981,10 @@ 4 DICT<STRING,VARIANT> - Metadata describing the application or container, with the - keys and values defined by the maintainers of the container - type. + Metadata describing the application or container, + the same as the corresponding parameter in + GetConnectionInfo. This output parameter is controlled by the creator of the per-container server.