]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add uuid_string_* symbols
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 9 Feb 2017 14:09:49 +0000 (15:09 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 9 Feb 2017 14:09:49 +0000 (15:09 +0100)
vapi/glib-2.0.vapi

index db96e28db3506d0706708fe3cc01b080e37c3a49..02c18ebf680debf301d9f5cae45d9d026bb93bc3 100644 (file)
@@ -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 {