--- a/libpurple/prpl.h Sun Apr 05 20:06:11 2009 +0000 +++ b/libpurple/prpl.h Mon Apr 06 05:19:40 2009 +0000 @@ -481,6 +481,12 @@ */ PurpleMediaCaps (*get_media_caps)(PurpleConnection *gc, 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) \