string
pub fn dbus_is_unique_name(string: &str) -> bool
Checks if @string is a valid D-Bus unique bus name.
The string to check.
true if valid, false otherwise.
true
false