From af407343d19ca3fa32ba6b6741d9d8a496721aa7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 20 Oct 2023 16:30:06 +0100 Subject: [PATCH] specification: Document container info as containing the creator This was added to the implementation after Containers was removed from the spec. Signed-off-by: Simon McVittie --- doc/dbus-specification.xml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 0bc40a26..a61218cd 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7825,6 +7825,7 @@ GetConnectionInstance (in STRING bus_name, out OBJECT_PATH container_instance, + out DICT<STRING,VARIANT> creator, out STRING container_type, out STRING container_name, out DICT<STRING,VARIANT> metadata) @@ -7860,6 +7861,17 @@ 2 + DICT<STRING,VARIANT> + + The connection that created this container instance. + The keys and values are the same as those that are + documented for + GetConnectionCredentials. + + + + 3 STRING Reversed domain name identifying a container @@ -7870,7 +7882,7 @@ - 3 + 4 STRING Some unique identifier for an application or container, @@ -7879,7 +7891,7 @@ - 4 + 5 DICT<STRING,VARIANT> Metadata describing the application or container, with the @@ -7910,6 +7922,7 @@ As a method: GetInstanceInfo (in OBJECT_PATH container_instance, + out DICT<STRING,VARIANT> creator, out STRING container_type, out STRING container_name, out DICT<STRING,VARIANT> metadata) @@ -7936,6 +7949,17 @@ 1 + DICT<STRING,VARIANT> + + The connection that created this container instance. + The keys and values are the same as those that are + documented for + GetConnectionCredentials. + + + + 2 STRING Reversed domain name identifying a container @@ -7946,7 +7970,7 @@ - 2 + 3 STRING Some unique identifier for an application or container, @@ -7955,7 +7979,7 @@ - 3 + 4 DICT<STRING,VARIANT> Metadata describing the application or container, with the