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