autocommit 2022-03-02 14:24:07 CET
This commit is contained in:
parent
0e9afcbfa5
commit
aa0cb94143
30 changed files with 1059 additions and 123 deletions
|
|
@ -1,3 +1,7 @@
|
|||
fn Hello() {
|
||||
name: string,
|
||||
}
|
||||
|
||||
fn AddMatch(rule: string) { }
|
||||
|
||||
fn RemoveMatch(rule: string) { }
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ fn GetSession(
|
|||
}
|
||||
|
||||
prop BootLoaderEntries = array(string)
|
||||
prop ScheduledShutdown = struct(string, u64)
|
||||
|
|
|
|||
|
|
@ -8,3 +8,16 @@ fn TakeDevice(major: u32, minor: u32) {
|
|||
|
||||
fn PauseDeviceComplete(major: u32, minor: u32) { }
|
||||
|
||||
prop Seat = struct(string, object_path)
|
||||
|
||||
sig PauseDevice {
|
||||
major: u32,
|
||||
minor: u32,
|
||||
ty: string,
|
||||
}
|
||||
|
||||
sig ResumeDevice {
|
||||
major: u32,
|
||||
minor: u32,
|
||||
fd: fd,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue