DBusMessage.this

Creates a new GDBusMessage that is an error reply to method_call_message. Since 2.26

Parameters

methodCallMessage DBusMessage

A message of type G_DBUS_MESSAGE_TYPE_METHOD_CALL to create a reply message to.

errorName string

A valid D-Bus error name.

errorMessage string

The D-Bus error message.

Throws

ConstructionException GTK+ fails to create the object.

Meta