dbusIsGuid

fun dbusIsGuid(string: String): Boolean

Checks if @string is a D-Bus GUID.

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

Return

true if @string is a GUID, false otherwise.

Since

2.26

Parameters

string

The string to check.