From 5c20a8bca1dd16d64b2dd959a2552f6452448932 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 18 Oct 2014 16:20:36 +0200 Subject: man: document sd_bus_creds_get_connection_name() --- man/sd_bus_creds_get_pid.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/sd_bus_creds_get_pid.xml') diff --git a/man/sd_bus_creds_get_pid.xml b/man/sd_bus_creds_get_pid.xml index fcc5557163..cc8603cacc 100644 --- a/man/sd_bus_creds_get_pid.xml +++ b/man/sd_bus_creds_get_pid.xml @@ -67,6 +67,7 @@ along with systemd; If not, see . sd_bus_creds_get_audit_login_uid sd_bus_creds_get_unique_name sd_bus_creds_get_well_known_names + sd_bus_creds_get_connection_name Retrieve fields from a credentials object @@ -219,6 +220,12 @@ along with systemd; If not, see . char ***name + + int sd_bus_creds_get_connection_name + sd_bus_creds *c + const char **name + + @@ -352,6 +359,13 @@ along with systemd; If not, see . url="http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-bus">The D-Bus specification. + sd_bus_creds_get_connection_name() will + retrieve a descriptive name of the bus connection of the + peer. This name is useful to discern multiple bus connections by + the same peer, and may be altered by the peer with the + sd_bus_set_name()3 + call. + All functions that take a const char** parameter will store the answer there as an address of a NUL-terminated string. It will be valid as long as -- cgit v1.2.3-54-g00ecf