return_value


Description:

public void return_value (Variant? parameters)

Finishes handling a D-Bus method call by returning parameters.

If the parameters GVariant is floating, it is consumed.

It is an error if parameters is not of the right format.

This method will free this, you cannot use it afterwards.

Parameters:

this

A DBusMethodInvocation.

parameters

A Variant tuple with out parameters for the method or null if not passing any parameters.