| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Add BufferId as Rust type | Tobias Deiminger | 2025-02-25 | -0/+2 |
| | | | | | | | Up to now it was represented as i32. If we introduce a newtype for it, we can handle it idiomatically as dedicated Variant::BufferId variant (instead of having it mashed into Variant::UserType). | |||
| * | Add MsgId as Rust type | Tobias Deiminger | 2025-02-25 | -0/+2 |
| | | | | | | | Up to now it was handled implicitely in Variant::UserType. Making it an explicit type allows to centralize the i32/i64 cfg dependency and to use the type for arguments in signalproxy::objects functions. | |||
| * | clean up unused_import and unused_variables a bit | Max Audron | 2025-02-23 | -0/+3 |
| | | ||||
| * | refactor everything | Max Audron | 2020-04-29 | -0/+70 |
