complete_is_supported_provider
Description:
public void complete_is_supported_provider (owned DBusMethodInvocation invocation, bool is_supported)
Helper function used in service implementations to finish handling invocations of the IsSupportedProvider 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 | |
| is_supported |
Parameter to return. |