autocommit 2022-02-28 00:14:11 CET
This commit is contained in:
parent
db88f2db42
commit
0e9afcbfa5
22 changed files with 1013 additions and 239 deletions
10
wire-dbus/org.freedesktop.DBus.Properties.txt
Normal file
10
wire-dbus/org.freedesktop.DBus.Properties.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
fn Get(interface_name: string, property_name: string) {
|
||||
value: variant,
|
||||
}
|
||||
|
||||
fn Set(interface_name: string, property_name: string, value: variant) {
|
||||
}
|
||||
|
||||
fn GetAll(interface_name: string) {
|
||||
props: array(dict(string, variant)),
|
||||
}
|
||||
|
|
@ -3,3 +3,5 @@ fn GetSession(
|
|||
) {
|
||||
object_path: object_path,
|
||||
}
|
||||
|
||||
prop BootLoaderEntries = array(string)
|
||||
|
|
|
|||
10
wire-dbus/org.freedesktop.login1.Session.txt
Normal file
10
wire-dbus/org.freedesktop.login1.Session.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
fn TakeControl(force: bool) {
|
||||
}
|
||||
|
||||
fn TakeDevice(major: u32, minor: u32) {
|
||||
fd: fd,
|
||||
inactive: bool,
|
||||
}
|
||||
|
||||
fn PauseDeviceComplete(major: u32, minor: u32) { }
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue