FunctionGio-2.0 ▶ Gio ▶ dbus_error_register_error_domainSince 2.26
dbus_error_register_error_domain( error_domain_quark_name: string, quark_volatile: number, entries: DBusErrorEntry[],): void Parameters
- error_domain_quark_name: string
- quark_volatile: number
- entries: DBusErrorEntry[]
Returns void
Helper function for associating a GLib.Error error domain with D-Bus error names.
While
quark_volatilehas avolatilequalifier, this is a historical artifact and the argument passed to it should not bevolatile.