Gio.DBusError.unregister_error
function unregister_error(error_domain: GLib.Quark, error_code: Number(gint), dbus_error_name: String): Boolean {
// Gjs wrapper for g_dbus_error_unregister_error()
}
Destroys an association previously set up with Gio.dbus_error_register_error.
Since 2.26
- error_domain
A GLib.Quark for a 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.