pub fn dbus_is_interface_name(string: &str) -> bool
Expand description

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

§string

The string to check.

§Returns

true if valid, false otherwise.