From: MichaƂ Bartoszkiewicz Date: Thu, 28 May 2020 16:02:03 +0000 (+0200) Subject: docs: use bool in varlink interface definition X-Git-Tag: v246-rc1~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa0e23c900303bd896f86303b711896778c14633;p=thirdparty%2Fsystemd.git docs: use bool in varlink interface definition Boolean type in varlink is named bool, not boolean. --- diff --git a/docs/USER_GROUP_API.md b/docs/USER_GROUP_API.md index 8ec18231493..ebff6e69034 100644 --- a/docs/USER_GROUP_API.md +++ b/docs/USER_GROUP_API.md @@ -160,7 +160,7 @@ method GetUserRecord( service : string ) -> ( record : object, - incomplete : boolean + incomplete : bool ) method GetGroupRecord( @@ -169,7 +169,7 @@ method GetGroupRecord( service : string ) -> ( record : object, - incomplete : boolean + incomplete : bool ) method GetMemberships(