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