gio::functionsFunction 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.