comparison libpurple/blist.h @ 26852:7c1ecd0727db

Me fail English? That's unpossible!
author Paul Aurich <paul@darkrain42.org>
date Fri, 01 May 2009 22:40:41 +0000
parents 9331016df8ac
children cbee8aecc90a
comparison
equal deleted inserted replaced
26850:966d2f2f86c8 26852:7c1ecd0727db
258 * @return The root node. 258 * @return The root node.
259 */ 259 */
260 PurpleBlistNode *purple_blist_get_root(void); 260 PurpleBlistNode *purple_blist_get_root(void);
261 261
262 /** 262 /**
263 * Returns a list of every buddy in the list. The usage of this function 263 * Returns a list of every buddy in the list. Use of this function is
264 * is discourage if you do not actually need every buddy in the list. Use 264 * discouraged if you do not actually need every buddy in the list. Use
265 * purple_find_buddies instead. 265 * purple_find_buddies instead.
266 * 266 *
267 * @return A list of every buddy in the list. Caller is responsible for 267 * @return A list of every buddy in the list. Caller is responsible for
268 * freeing the list. 268 * freeing the list.
269 * 269 *