diff libpurple/prpl.h @ 29459:c3b735f8f490

propagate from branch 'im.pidgin.pidgin' (head 226a30da7a9fe3b828a1fe564797b3388e6159bc) to branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head b7c2ff532b70196eedf48de0343d06eb45e90f1f)
author Marcus Lundblad <ml@update.uu.se>
date Sun, 07 Feb 2010 19:40:49 +0000
parents a538cb73f897
children 185677f47825
line wrap: on
line diff
--- a/libpurple/prpl.h	Sun Feb 07 17:43:30 2010 +0000
+++ b/libpurple/prpl.h	Sun Feb 07 19:40:49 2010 +0000
@@ -569,6 +569,12 @@
 	 */
 	PurpleMediaCaps (*get_media_caps)(PurpleAccount *account,
 					  const char *who);
+
+	/**
+	 * Returns an array of "PurpleMood"s, with the last one having
+	 * "mood" set to @c NULL.
+	 */
+	PurpleMood *(*get_moods)(PurpleAccount *account);
 };
 
 #define PURPLE_PROTOCOL_PLUGIN_HAS_FUNC(prpl, member) \