unregister_error


Description:

public static bool unregister_error (Quark error_domain, int error_code, string dbus_error_name)

Destroys an association previously set up with register_error.

Parameters:

error_domain

A Quark for an error domain.

error_code

An error code.

dbus_error_name

A D-Bus error name.

Returns:

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