mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
docs: use bool in varlink interface definition
Boolean type in varlink is named bool, not boolean.
This commit is contained in:
committed by
Lennart Poettering
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(
|
||||
|
||||
Reference in New Issue
Block a user