string
pub fn dbus_is_error_name(string: &str) -> bool
v2_70
Check whether @string is a valid D-Bus error name.
This function returns the same result as g_dbus_is_interface_name(), because D-Bus error names are defined to have exactly the same syntax as interface names.
The string to check.
true if valid, false otherwise.
true
false