]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: use bool in varlink interface definition
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Thu, 28 May 2020 16:02:03 +0000 (18:02 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Jun 2020 15:11:38 +0000 (17:11 +0200)
Boolean type in varlink is named bool, not boolean.

docs/USER_GROUP_API.md

index 8ec1823149371a751327e004ba3d1684cb319847..ebff6e69034fb7baa0744acd8104376e10c1b2ed 100644 (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(