dbusIsErrorName

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.

bool
dbusIsErrorName
(
string string_
)

Parameters

string_ string

The string to check.

Return Value

Type: bool

true if valid, false otherwise.