mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 20:18:01 +02:00
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:
parent
bc4a8d8985
commit
af407343d1
1 changed files with 28 additions and 4 deletions
|
|
@ -7825,6 +7825,7 @@
|
|||
<programlisting>
|
||||
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 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>2</entry>
|
||||
<entry>DICT<STRING,VARIANT></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<STRING,VARIANT></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<STRING,VARIANT> creator,
|
||||
out STRING container_type,
|
||||
out STRING container_name,
|
||||
out DICT<STRING,VARIANT> metadata)
|
||||
|
|
@ -7936,6 +7949,17 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>1</entry>
|
||||
<entry>DICT<STRING,VARIANT></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<STRING,VARIANT></entry>
|
||||
<entry>
|
||||
Metadata describing the application or container, with the
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue