mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 20:18:01 +02:00
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:
parent
70c9402fa8
commit
59ebc4e62a
1 changed files with 13 additions and 10 deletions
|
|
@ -7826,7 +7826,8 @@
|
|||
<entry>OBJECT_PATH</entry>
|
||||
<entry>
|
||||
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.
|
||||
This output parameter is produced by the message bus.
|
||||
</entry>
|
||||
|
|
@ -7956,10 +7957,10 @@
|
|||
<entry>STRING</entry>
|
||||
<entry>
|
||||
Reversed domain name identifying a container
|
||||
manager or container technology, as passed to the
|
||||
<literal>AddServer</literal> method, such as
|
||||
<literal>org.flatpak</literal> or
|
||||
<literal>io.snapcraft</literal>.
|
||||
manager or container technology,
|
||||
the same as the corresponding parameter in
|
||||
<link linkend="bus-messages-containers1-get-connection-info"
|
||||
>GetConnectionInfo</link>.
|
||||
This output parameter is controlled by the creator
|
||||
of the per-container server.
|
||||
</entry>
|
||||
|
|
@ -7969,8 +7970,9 @@
|
|||
<entry>STRING</entry>
|
||||
<entry>
|
||||
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
|
||||
<link linkend="bus-messages-containers1-get-connection-info"
|
||||
>GetConnectionInfo</link>.
|
||||
This output parameter is controlled by the creator
|
||||
of the per-container server.
|
||||
</entry>
|
||||
|
|
@ -7979,9 +7981,10 @@
|
|||
<entry>4</entry>
|
||||
<entry>DICT<STRING,VARIANT></entry>
|
||||
<entry>
|
||||
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
|
||||
<link linkend="bus-messages-containers1-get-connection-info"
|
||||
>GetConnectionInfo</link>.
|
||||
This output parameter is controlled by the creator
|
||||
of the per-container server.
|
||||
</entry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue