refactor: split cargo workspace
This commit is contained in:
parent
5db14936e7
commit
1c21bd1259
695 changed files with 32023 additions and 44964 deletions
|
|
@ -1,16 +0,0 @@
|
|||
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