all: bring back xdg portals
This commit is contained in:
parent
d920e554cf
commit
e61f042d8b
107 changed files with 14293 additions and 55 deletions
16
wire-dbus/org.freedesktop.DBus.Properties.txt
Normal file
16
wire-dbus/org.freedesktop.DBus.Properties.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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)),
|
||||
}
|
||||
|
||||
sig PropertiesChanged {
|
||||
interface_name: string,
|
||||
changed_properties: array(dict(string, variant)),
|
||||
invalidated_properties: array(string),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue