dbusIsInterfaceName

fnbool dbusIsInterfaceName(string string_) nothrow

Checks if string is a valid D-Bus interface name.

Parameters

string_The string to check.

Returns

true if valid, false otherwise.