comparison libpurple/util.h @ 29742:422889fb57e0

propagate from branch 'im.pidgin.pidgin' (head 9028ac0daaa1f7e565726fa39aca22ce7d3ecc49) to branch 'im.pidgin.pidgin.next.minor' (head debffa49382d07f0934a2b22a035940cb8f7892f)
author Paul Aurich <paul@darkrain42.org>
date Thu, 04 Feb 2010 05:30:35 +0000
parents b8235e92ede7
children 93afc09a5e18
comparison
equal deleted inserted replaced
29354:86ee7772936f 29742:422889fb57e0
40 typedef struct _PurpleMenuAction PurpleMenuAction; 40 typedef struct _PurpleMenuAction PurpleMenuAction;
41 /** @copydoc _PurpleKeyValuePair */ 41 /** @copydoc _PurpleKeyValuePair */
42 typedef struct _PurpleKeyValuePair PurpleKeyValuePair; 42 typedef struct _PurpleKeyValuePair PurpleKeyValuePair;
43 43
44 #include "account.h" 44 #include "account.h"
45 #include "signals.h"
45 #include "xmlnode.h" 46 #include "xmlnode.h"
46 #include "notify.h" 47 #include "notify.h"
47 48
48 49
49 #ifdef __cplusplus 50 #ifdef __cplusplus
1425 * 1426 *
1426 * @constreturn The hostname 1427 * @constreturn The hostname
1427 */ 1428 */
1428 const gchar *purple_get_host_name(void); 1429 const gchar *purple_get_host_name(void);
1429 1430
1431 /**
1432 * Returns a type 4 (random) UUID
1433 *
1434 * @return A UUID, caller is responsible for freeing it
1435 * @since 2.7.0
1436 */
1437 gchar *purple_uuid_random(void);
1438
1430 #ifdef __cplusplus 1439 #ifdef __cplusplus
1431 } 1440 }
1432 #endif 1441 #endif
1433 1442
1434 #endif /* _PURPLE_UTIL_H_ */ 1443 #endif /* _PURPLE_UTIL_H_ */