docs: use bool in varlink interface definition

Boolean type in varlink is named bool, not boolean.
This commit is contained in:
Michał Bartoszkiewicz 2020-05-28 18:02:03 +02:00 committed by Lennart Poettering
parent 57b611a5bf
commit fa0e23c900
1 changed files with 2 additions and 2 deletions

View File

@ -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(