]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/USER_GROUP_API.md
Merge pull request #16106 from yuwata/network-tc-ets
[thirdparty/systemd.git] / 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(