GDBusMethodInvocation

Instances of the gio.dbus_method_invocation.DBusMethodInvocation class are used when handling D-Bus method calls. It provides a way to asynchronously return results and errors.

The normal way to obtain a gio.dbus_method_invocation.DBusMethodInvocation object is to receive it as an argument to the handle_method_call() function in a gio.types.DBusInterfaceVTable that was passed to gio.dbus_connection.DBusConnection.registerObject.

struct GDBusMethodInvocation