| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| | |
|
| |
|
|
|
| |
Factored out a lot of the serialization of variants into trait's that
have auto impl so code duplication is much reduced
|
| |
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|