From: Rico Tzschichholz Date: Thu, 9 Feb 2017 14:09:49 +0000 (+0100) Subject: glib-2.0: Add uuid_string_* symbols X-Git-Tag: 0.35.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cab2c262b03b10ffebe2254586be57723bfe475;p=thirdparty%2Fvala.git glib-2.0: Add uuid_string_* symbols --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index db96e28db..02c18ebf6 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -2956,6 +2956,13 @@ namespace GLib { public static double double_range (double begin, double end); } + namespace Uuid { + [Version (since = "2.52")] + public static bool string_is_valid (string str); + [Version (since = "2.52")] + public static string string_random (); + } + /* Miscellaneous Utility Functions */ namespace Environment {