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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-10-20 16:30:06 +01:00
parent bc4a8d8985
commit af407343d1

View file

@ -7825,6 +7825,7 @@
<programlisting>
GetConnectionInstance (in STRING bus_name,
out OBJECT_PATH container_instance,
out DICT&lt;STRING,VARIANT&gt; creator,
out STRING container_type,
out STRING container_name,
out DICT&lt;STRING,VARIANT&gt; metadata)
@ -7860,6 +7861,17 @@
</row>
<row>
<entry>2</entry>
<entry>DICT&lt;STRING,VARIANT&gt;</entry>
<entry>
The connection that created this container instance.
The keys and values are the same as those that are
documented for
<link linkend="bus-messages-get-connection-credentials"
>GetConnectionCredentials</link>.
</entry>
</row>
<row>
<entry>3</entry>
<entry>STRING</entry>
<entry>
Reversed domain name identifying a container
@ -7870,7 +7882,7 @@
</entry>
</row>
<row>
<entry>3</entry>
<entry>4</entry>
<entry>STRING</entry>
<entry>
Some unique identifier for an application or container,
@ -7879,7 +7891,7 @@
</entry>
</row>
<row>
<entry>4</entry>
<entry>5</entry>
<entry>DICT&lt;STRING,VARIANT&gt;</entry>
<entry>
Metadata describing the application or container, with the
@ -7910,6 +7922,7 @@
As a method:
<programlisting>
GetInstanceInfo (in OBJECT_PATH container_instance,
out DICT&lt;STRING,VARIANT&gt; creator,
out STRING container_type,
out STRING container_name,
out DICT&lt;STRING,VARIANT&gt; metadata)
@ -7936,6 +7949,17 @@
</row>
<row>
<entry>1</entry>
<entry>DICT&lt;STRING,VARIANT&gt;</entry>
<entry>
The connection that created this container instance.
The keys and values are the same as those that are
documented for
<link linkend="bus-messages-get-connection-credentials"
>GetConnectionCredentials</link>.
</entry>
</row>
<row>
<entry>2</entry>
<entry>STRING</entry>
<entry>
Reversed domain name identifying a container
@ -7946,7 +7970,7 @@
</entry>
</row>
<row>
<entry>2</entry>
<entry>3</entry>
<entry>STRING</entry>
<entry>
Some unique identifier for an application or container,
@ -7955,7 +7979,7 @@
</entry>
</row>
<row>
<entry>3</entry>
<entry>4</entry>
<entry>DICT&lt;STRING,VARIANT&gt;</entry>
<entry>
Metadata describing the application or container, with the