DBusError.unregisterError

Destroys an association previously set up with g_dbus_error_register_error(). Since 2.26

class DBusError
static
int
unregisterError

Parameters

errorDomain GQuark

A GQuark for a error domain.

errorCode int

An error code.

dbusErrorName string

A D-Bus error name.

Return Value

Type: int

TRUE if the association was destroyed, FALSE if it wasn't found.

Meta