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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-10-27 19:25:56 +01:00
parent 70c9402fa8
commit 59ebc4e62a

View file

@ -7826,7 +7826,8 @@
<entry>OBJECT_PATH</entry> <entry>OBJECT_PATH</entry>
<entry> <entry>
The opaque object path that was returned from the The opaque object path that was returned from the
<literal>AddServer</literal> method, identifying a <link linkend="bus-messages-containers1-add-server"
>AddServer</link> method, identifying a
per-container server. per-container server.
This output parameter is produced by the message bus. This output parameter is produced by the message bus.
</entry> </entry>
@ -7956,10 +7957,10 @@
<entry>STRING</entry> <entry>STRING</entry>
<entry> <entry>
Reversed domain name identifying a container Reversed domain name identifying a container
manager or container technology, as passed to the manager or container technology,
<literal>AddServer</literal> method, such as the same as the corresponding parameter in
<literal>org.flatpak</literal> or <link linkend="bus-messages-containers1-get-connection-info"
<literal>io.snapcraft</literal>. >GetConnectionInfo</link>.
This output parameter is controlled by the creator This output parameter is controlled by the creator
of the per-container server. of the per-container server.
</entry> </entry>
@ -7969,8 +7970,9 @@
<entry>STRING</entry> <entry>STRING</entry>
<entry> <entry>
Some unique identifier for an application or container, Some unique identifier for an application or container,
whose meaning is defined by the maintainers of the the same as the corresponding parameter in
container type. <link linkend="bus-messages-containers1-get-connection-info"
>GetConnectionInfo</link>.
This output parameter is controlled by the creator This output parameter is controlled by the creator
of the per-container server. of the per-container server.
</entry> </entry>
@ -7979,9 +7981,10 @@
<entry>4</entry> <entry>4</entry>
<entry>DICT&lt;STRING,VARIANT&gt;</entry> <entry>DICT&lt;STRING,VARIANT&gt;</entry>
<entry> <entry>
Metadata describing the application or container, with the Metadata describing the application or container,
keys and values defined by the maintainers of the container the same as the corresponding parameter in
type. <link linkend="bus-messages-containers1-get-connection-info"
>GetConnectionInfo</link>.
This output parameter is controlled by the creator This output parameter is controlled by the creator
of the per-container server. of the per-container server.
</entry> </entry>