is_guid


Description:

public bool is_guid (string string)

Checks if string is a D-Bus GUID.

See the D-Bus specification regarding what strings are valid D-Bus GUID (for example, D-Bus GUIDs are not RFC-4122 compliant).

Parameters:

string

The string to check.

Returns:

true if string is a guid, false otherwise.


Namespace: GLib.DBus
Package: gio-2.0