Skip to content

service-proxy: Fix introspection annotation

Jens Georg requested to merge wip/phako/47 into master

call_action will not add a reference to action but just pass it through so it is really transfer none

call_action_finish does not add a reference to the returned action, so it is also transfer none for the return value

Fixes #47 (closed)

Edited by Jens Georg

Merge request reports