DBusError.unregisterError

Destroys an association previously set up with gio.global.dbusErrorRegisterError.

struct DBusError
static
bool
unregisterError

Parameters

errorDomain glib.types.Quark

A #GQuark for an error domain.

errorCode int

An error code.

dbusErrorName string

A D-Bus error name.

Return Value

Type: bool

true if the association was destroyed, false if it wasn't found.