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