DBusError.setDbusErrorValist

Like g_dbus_error_set_dbus_error() but intended for language bindings. Since 2.26

class DBusError
static
void
setDbusErrorValist
(,,,
string format
,
void* varArgs
)

Parameters

error ErrorG

A pointer to a GError or NULL.

dbusErrorName string

D-Bus error name.

dbusErrorMessage string

D-Bus error message.

format string

printf()-style format to prepend to dbus_error_message or NULL. [allow-none]

varArgs void*

Arguments for format.

Meta