Method

GioDBusMethodInvocationreturn_gerror

since: 2.26

Declaration

void
g_dbus_method_invocation_return_gerror (
  GDBusMethodInvocation* invocation,
  const GError* error
)

Description

Like g_dbus_method_invocation_return_error() but takes a GError instead of the error domain, error code and message.

This method will take ownership of invocation. See GDBusInterfaceVTable for more information about the ownership of invocation.

Available since: 2.26

Parameters

error

Type: GError

A GError.

The data is owned by the caller of the function.