Skip to content

zx: Generate `zvariant::Fd` instead of `RawFd`

Ian Douglas Scott requested to merge ids1024/zbus:fd into main

RawFd is just an alias for c_int (usually i32), which makes the call fail since dbus uses a distinct type for file descriptors.

Merge request reports