X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fafb-binding-references.md;h=0e30ffe7c40598fa6ddd38eea8b9d03ce25d6b4e;hb=7832d70f259bbb1f40ca5164f2128000519a16fe;hp=185f3ef43bda7e8da22e13443c56ad9bf22b9a02;hpb=be16dc3a69d92bd79c2e4e9eab0cb2efc18256ba;p=src%2Fapp-framework-binder.git diff --git a/docs/afb-binding-references.md b/docs/afb-binding-references.md index 185f3ef4..0e30ffe7 100644 --- a/docs/afb-binding-references.md +++ b/docs/afb-binding-references.md @@ -716,8 +716,15 @@ int afb_req_has_permission(struct afb_req req, const char *permission); * * The returned value if not NULL must be freed by the caller */ -inline char *afb_req_get_application_id(struct afb_req req); +char *afb_req_get_application_id(struct afb_req req); +/* + * Get the user identifier (UID) of the client application for the + * request 'req'. + * + * Returns -1 when the application can not be identified. + */ +int afb_req_get_uid(struct afb_req req); ``` ## Logging macros