get_method_info


Description:

public unowned DBusMethodInfo? get_method_info ()

Gets information about the method call, if any.

If this method invocation is a property Get, Set or GetAll call that has been redirected to the method call handler then null will be returned. See get_property_info and DBusInterfaceVTable for more information.

Parameters:

this

A DBusMethodInvocation.

Returns:

A DBusMethodInfo or null. Do not free, it is owned by this.