Function

Gio-2.0Giodbus_error_unregister_errorSince 2.26

  • Destroys an association previously set up with Gio.DBusError.register_error.

    Parameters

    • error_domain: number

      a GLib.Quark for an error domain

    • error_code: number

      an error code

    • dbus_error_name: string

      a D-Bus error name

    Returns boolean

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

    2.26