libpurple/blist.h

changeset 32714
aa924357890e
parent 32604
8d0a34f26244
child 32787
7072f190d6ad
--- a/libpurple/blist.h	Mon Oct 31 19:21:14 2011 +0000
+++ b/libpurple/blist.h	Mon Oct 31 20:35:39 2011 +0000
@@ -756,6 +756,15 @@
 void purple_contact_invalidate_priority_buddy(PurpleContact *contact);
 
 /**
+ * Determines the total size of a contact.
+ *
+ * @param contact	The contact
+ * @param offline	Count buddies in offline accounts
+ * @return The number of buddies in the contact
+ */
+int purple_contact_get_contact_size(PurpleContact *contact, gboolean offline);
+
+/**
  * Removes a buddy from the buddy list and frees the memory allocated to it.
  * This doesn't actually try to remove the buddy from the server list.
  *

mercurial