From: Daan De Meyer Date: Fri, 24 Apr 2020 16:45:15 +0000 (+0200) Subject: sd-bus: Cite sd_bus_creds_unref in sd_bus_get_name_creds docs X-Git-Tag: v246-rc1~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b679a188ee2f643e47938e8f287347399f2e083;p=thirdparty%2Fsystemd.git sd-bus: Cite sd_bus_creds_unref in sd_bus_get_name_creds docs --- diff --git a/man/sd_bus_get_name_creds.xml b/man/sd_bus_get_name_creds.xml index 3fed66f2c6b..37313365738 100644 --- a/man/sd_bus_get_name_creds.xml +++ b/man/sd_bus_get_name_creds.xml @@ -54,7 +54,8 @@ for a list of possible flags. On success, creds contains a new sd_bus_creds instance with the requested information. Ownership of this instance belongs to the caller and it should be freed once no longer needed by calling - sd_bus_creds_unref(). + sd_bus_creds_unref3. + sd_bus_get_owner_creds() queries the credentials of the creator of the given bus. The mask and creds parameters behave the same as in @@ -113,8 +114,8 @@ systemd1, - sd-bus3 + sd-bus3, + sd_bus_creds_unref3 -