Check whether string is a valid D-Bus error name.
This function returns the same result as gio.global.dbusIsInterfaceName, because D-Bus error names are defined to have exactly the same syntax as interface names.
The string to check.
true if valid, false otherwise.
Check whether string is a valid D-Bus error name.
This function returns the same result as gio.global.dbusIsInterfaceName, because D-Bus error names are defined to have exactly the same syntax as interface names.