Function gio::functions::dbus_is_name

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

Checks if string is a valid D-Bus bus name (either unique or well-known).

string

The string to check.

Returns

true if valid, false otherwise.