dbusErrorUnregisterError

fun dbusErrorUnregisterError(errorDomain: <Error class: unknown class>, errorCode: Int, dbusErrorName: String): Boolean

Destroys an association previously set up with g_dbus_error_register_error().

Return

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

Since

2.26

Parameters

errorDomain

A #GQuark for an error domain.

errorCode

An error code.

dbusErrorName

A D-Bus error name.