2
1
Fork 0

typegen: Pipewire and related support changes

- Added enum singleton support
This commit is contained in:
outfoxxed 2024-05-19 02:20:32 -07:00
parent 57ba1768f8
commit ff5da84a8b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
9 changed files with 208 additions and 75 deletions

View file

@ -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)]