guuid: Add UUID helper functions to GLib

Many UUID users will just need a random string, which can be generated
simply by calling the function g_uuid_string_random().

Based on original patch by
Marc-André Lureau <marcandre.lureau@gmail.com>

https://bugzilla.gnome.org/show_bug.cgi?id=639078
This commit is contained in:
Bastien Nocera
2017-01-23 04:17:11 +01:00
parent edc68f2659
commit 215c9b7951
10 changed files with 358 additions and 0 deletions

View File

@@ -195,4 +195,5 @@ glib/gspawn.c
glib/gspawn-win32.c
glib/gutf8.c
glib/gutils.c
glib/guuid.c
gobject/gbinding.c