complete_loop_setup
Description:
public void complete_loop_setup (owned DBusMethodInvocation invocation, UnixFDList? fd_list, string resulting_device)
Helper function used in service implementations to finish handling invocations of the LoopSetup D-Bus method.
If you instead want to finish handling an invocation by returning an error, use return_error or similar.
This method will free invocation, you cannot use it afterwards.
Parameters:
| this |
A Manager. |
| invocation | |
| fd_list |
A UnixFDList or |
| resulting_device |
Parameter to return. |