Make UUID's functions to public
Could GLib make UUID's function to public?
static void g_uuid_generate_v4 (GUuid *uuid);
static gchar * g_uuid_to_string (const GUuid *uuid);
static gboolean uuid_parse_string (const gchar *str, GUuid *uuid);
MR !2743 (closed) for this issue
Edited by TAO ZUHONG