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