aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/msgid.rs (follow)
Commit message (Collapse)AuthorAgeLines
* Use MsgId in VariantTobias Deiminger2025-02-25-5/+3
|
* Add MsgId as Rust typeTobias Deiminger2025-02-25-0/+54
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.