generate_guid
Description:
public string generate_guid ()
Generate a D-Bus GUID that can be used with e.
g. @new.
See the D-Bus specification regarding what strings are valid D-Bus GUID (for example, D-Bus GUIDs are not RFC-4122 compliant).
Returns:
A valid D-Bus GUID. Free with g_free.
|