typegen: Pipewire and related support changes
- Added enum singleton support
This commit is contained in:
parent
57ba1768f8
commit
ff5da84a8b
9 changed files with 208 additions and 75 deletions
|
@ -38,6 +38,7 @@ pub struct Class {
|
|||
pub properties: Vec<Property>,
|
||||
pub functions: Vec<Function>,
|
||||
pub signals: Vec<Signal>,
|
||||
pub enums: Vec<Enum>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue