diff libpurple/blist.h @ 26848:9331016df8ac

Use more efficient purple_find_buddies in bonjour.
author Paul Aurich <paul@darkrain42.org>
date Fri, 01 May 2009 16:25:56 +0000
parents 872d30754311
children 7c1ecd0727db
line wrap: on
line diff
--- a/libpurple/blist.h	Fri May 01 16:09:50 2009 +0000
+++ b/libpurple/blist.h	Fri May 01 16:25:56 2009 +0000
@@ -260,11 +260,14 @@
 PurpleBlistNode *purple_blist_get_root(void);
 
 /**
- * Returns a list of every buddy in the list.
+ * Returns a list of every buddy in the list. The usage of this function
+ * is discourage if you do not actually need every buddy in the list. Use
+ * purple_find_buddies instead.
  *
  * @return A list of every buddy in the list. Caller is responsible for
  *         freeing the list.
  *
+ * @see purple_find_buddies
  * @since 2.6.0
  */
 GSList *purple_blist_get_buddies(void);