21#define G_LOG_DOMAIN "libgvm util"
37 if (uuid_is_null (uuid) == 1)
39 g_warning (
"%s: failed to generate UUID", __func__);
44 id = g_malloc0 (
sizeof (
char) * 37);
47 g_warning (
"%s: Cannot export UUID to text: out of memory", __func__);
52 uuid_unparse (uuid,
id);
char * gvm_uuid_make(void)
Make a new universal identifier.