DBusError.unregisterError
bool unregisterError(glib.types.Quark errorDomain, int errorCode, string dbusErrorName)Destroys an association previously set up with [gio.global.dbusErrorRegisterError].
Parameters
errorDomain | A #GQuark for an error domain. |
errorCode | An error code. |
dbusErrorName | A D-Bus error name. |
Returns
true if the association was destroyed, false if it wasn't found.