register_error_domain


Description:

public static void register_error_domain (string error_domain_quark_name, size_t quark_volatile, DBusErrorEntry entries, uint num_entries)

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

Parameters:

error_domain_quark_name

The error domain name.

quark_volatile

A pointer where to store the Quark.

entries

A pointer to num_entries DBusErrorEntry struct items.

num_entries

Number of items to register.