Function gio::functions::dbus_is_guid

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

Checks if string is a D-Bus GUID.

See the documentation for dbus_generate_guid() for more information about the format of a GUID.

string

The string to check.

Returns

true if string is a GUID, false otherwise.