Skip to content

Handle Unix FD type when pretty-printing types

Will Thompson requested to merge wjt/handle-unix-fd-type into master

Currently these show up as “Error(h)” in method signatures. This MR makes them show up as “File Descriptor”, and cleans up the surrounding code to pretty-print D-Bus types.

Merge request reports