DBusUtilities.generateGuid

Generate a D-Bus GUID that can be used with e.g. g_dbus_connection_new(). See the D-Bus specification regarding what strings are valid D-Bus GUID (for example, D-Bus GUIDs are not RFC-4122 compliant). Since 2.26

class DBusUtilities
static
string
generateGuid
()

Return Value

Type: string

A valid D-Bus GUID. Free with g_free().

Meta