dbusIsGuid

fnbool dbusIsGuid(string string_)

Checks if string is a D-Bus GUID.

See the documentation for [gio.global.dbusGenerateGuid] for more information about the format of a GUID.

Parameters

string_The string to check.

Returns

true if string is a GUID, false otherwise.