return_error_literal


Description:

public void return_error_literal (Quark domain, int code, string message)

Like return_error but without printf-style formatting.

This method will free this, you cannot use it afterwards.

Parameters:

this

A DBusMethodInvocation.

domain

A Quark for the Error error domain.

code

The error code.

message

The error message.