summaryrefslogtreecommitdiff
path: root/libpurple/blist.h
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-05-01 16:25:56 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-05-01 16:25:56 +0000
commitf5cf5142ef5516379b8c75d4bf05b81cfce67aea (patch)
treee43fd62c316545353d0e6c9feea883e98b165376 /libpurple/blist.h
parentda5d847ca499a97dd0acd87cd28f3ba90c918a62 (diff)
downloadpidgin-f5cf5142ef5516379b8c75d4bf05b81cfce67aea.tar.gz
Use more efficient purple_find_buddies in bonjour.
Diffstat (limited to 'libpurple/blist.h')
-rw-r--r--libpurple/blist.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libpurple/blist.h b/libpurple/blist.h
index 895cc65d10..36391151fc 100644
--- a/libpurple/blist.h
+++ b/libpurple/blist.h
@@ -260,11 +260,14 @@ PurpleBuddyList *purple_get_blist(void);
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);