mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
docs: use bool in varlink interface definition
Boolean type in varlink is named bool, not boolean.
This commit is contained in:
parent
57b611a5bf
commit
fa0e23c900
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user