dbusIsInterfaceName
fn
bool dbusIsInterfaceName(string string_) nothrowChecks if string is a valid D-Bus interface name.
Parameters
string_ | The string to check. |
Returns
true if valid, false otherwise.