Function gio::functions::dbus_is_unique_name

source ·
pub fn dbus_is_unique_name(string: &str) -> bool
Expand description

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

§string

The string to check.

§Returns

true if valid, false otherwise.