dbusIsGuid

Checks if string is a D-Bus GUID.

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

bool
dbusIsGuid
(
string string_
)

Parameters

string_ string

The string to check.

Return Value

Type: bool

true if string is a GUID, false otherwise.