Function
GioDBusErrorregister_error
since: 2.26
Declaration [src]
gboolean
g_dbus_error_register_error (
GQuark error_domain,
gint error_code,
const gchar* dbus_error_name
)
Description [src]
Creates an association mapping between dbus_error_name and
GErrors specified by error_domain and error_code.
This is typically done in the function that returns the GQuark for
an error domain.
Available since: 2.26