dbusIsErrorName

Check whether @string is a valid D-Bus error name.

This function returns the same result as g_dbus_is_interface_name(), because D-Bus error names are defined to have exactly the same syntax as interface names.

Return

true if valid, false otherwise.

Since

2.70

Parameters

string

The string to check.