summaryrefslogtreecommitdiff
path: root/libpurple/prpl.h
diff options
context:
space:
mode:
authorMarcus Lundblad <malu@pidgin.im>2010-02-07 19:31:56 +0000
committerMarcus Lundblad <malu@pidgin.im>2010-02-07 19:31:56 +0000
commit3833306d869f8603cc5ed309ae656526a0510ca1 (patch)
tree68b4c157f01347ea44c8b6630dc9c57524846908 /libpurple/prpl.h
parent9f489bb32721d2980e09bcbd77c2c67dbf3cc01d (diff)
parentf5e9c8a4aaeaf206c3f627912c9a14a903bd5b90 (diff)
downloadpidgin-3833306d869f8603cc5ed309ae656526a0510ca1.tar.gz
propagate from branch 'im.pidgin.pidgin' (head fa3096fc03d96aab042c6f0c6d678564ba5aba7e)
to branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head 1067482b6de1b2d632213dbe877bbeae27d00d0a)
Diffstat (limited to 'libpurple/prpl.h')
-rw-r--r--libpurple/prpl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpurple/prpl.h b/libpurple/prpl.h
index 5e2ae747f5..d881322ff7 100644
--- a/libpurple/prpl.h
+++ b/libpurple/prpl.h
@@ -569,6 +569,12 @@ struct _PurplePluginProtocolInfo
*/
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) \