complete_open_for_restore


Description:

public void complete_open_for_restore (owned DBusMethodInvocation invocation, UnixFDList? fd_list, Variant fd)

Helper function used in service implementations to finish handling invocations of the OpenForRestore 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 Block.

invocation

A DBusMethodInvocation.

fd_list

A UnixFDList or null.

fd

Parameter to return.