DBusMethodInvocation.takeError

Like g_dbus_method_invocation_return_gerror() but takes ownership of error so the caller does not need to free it. This method will free invocation, you cannot use it afterwards. Since 2.30

class DBusMethodInvocation
void
takeError

Parameters

error ErrorG

A GError. [transfer full]

Meta