pydbus
pydbus copied to clipboard
Add unix fd support for in-args
This patch enables the methods to receive the unix fd list with a keyword-only parameter dbus_unix_fd_list.
The methods shall extract the fd handle from the parameters, and get fd through dbus_unix_fd_list.get(handle).
See sample usage on https://crrev.com/c/5053020