dbusIsGuid
fn
bool 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.