DBusError.unregisterError

bool unregisterError(glib.types.Quark errorDomain, int errorCode, string dbusErrorName)

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

Parameters

errorDomainA #GQuark for an error domain.
errorCodeAn error code.
dbusErrorNameA D-Bus error name.

Returns

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