aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/mod.rs (follow)
Commit message (Collapse)AuthorAgeLines
* Add BufferId as Rust typeTobias Deiminger2025-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 typeTobias Deiminger2025-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 bitMax Audron2025-02-23-0/+3
|
* refactor everythingMax Audron2020-04-29-0/+70