libpurple/util.h

branch
next.minor
changeset 29696
8b2d393dedbc
parent 29329
7a5f2bd8adbb
parent 29553
5e7395ef6819
child 29697
dfeaa83ed16e
--- a/libpurple/util.h	Wed Feb 10 04:01:08 2010 +0000
+++ b/libpurple/util.h	Wed Feb 10 04:01:16 2010 +0000
@@ -42,6 +42,7 @@
 typedef struct _PurpleKeyValuePair PurpleKeyValuePair;
 
 #include "account.h"
+#include "signals.h"
 #include "xmlnode.h"
 #include "notify.h"
 
@@ -1429,6 +1430,14 @@
  */
 const gchar *purple_get_host_name(void);
 
+/**
+ * Returns a type 4 (random) UUID
+ *
+ * @return A UUID, caller is responsible for freeing it
+ * @since 2.7.0
+ */
+gchar *purple_uuid_random(void);
+
 #ifdef __cplusplus
 }
 #endif

mercurial