Function

Gio-2.0Giodbus_error_register_error_domainSince 2.26

  • Helper function for associating a GLib.Error error domain with D-Bus error names.

    While quark_volatile has a volatile qualifier, this is a historical artifact and the argument passed to it should not be volatile.

    Parameters

    • error_domain_quark_name: string

      the error domain name

    • quark_volatile: number

      return location for the GLib.Quark representing the error domain

    • entries: DBusErrorEntry[]

      items to register

    Returns void

    2.26