X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Freference-v3%2Ftypes-and-globals.md;h=5c10ba97f93d29501f789b813fc27c4d7a5ba647;hb=195a03d84c59ff756bfb893b22f8f4ff2635ceb6;hp=dc50b97a2858d17d30287d7239e43e7d1a365e79;hpb=525e9eaa644ca92fad23adfbb7c3119ae8b57a30;p=src%2Fapp-framework-binder.git diff --git a/docs/reference-v3/types-and-globals.md b/docs/reference-v3/types-and-globals.md index dc50b97a..5c10ba97 100644 --- a/docs/reference-v3/types-and-globals.md +++ b/docs/reference-v3/types-and-globals.md @@ -2,7 +2,7 @@ ## The global afbBindingRoot -The global **afbBindingRoot** of type **afb_api_t** is always implicitely +The global **afbBindingRoot** of type **afb_api_t** is always implicitly defined for bindings of version 3 or upper. It records the root api of the binding. @@ -198,7 +198,7 @@ enum afb_auth_type /** authorized if token valid, no data */ afb_auth_Token, - /** authorized if LOA greater than data 'loa' */ + /** authorized if LOA greater than or equal to data 'loa' */ afb_auth_LOA, /** authorized if permission 'text' is granted */