DBusMessage.this

Like g_dbus_message_new_method_error() but intended for language bindings. 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.

errorMessageFormat string

The D-Bus error message in a printf() format.

varArgs void*

Arguments for error_message_format.

Throws

ConstructionException GTK+ fails to create the object.

Meta