From: SourceForge.net <no...@so...> - 2005-07-01 16:40:53
|
Patches item #1231082, was opened at 2005-07-01 22:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231082&group_id=235 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Sadrul H C (sadrul) Assigned to: Nobody/Anonymous (nobody) Summary: New API gaim_buddies_get_all (HEAD) Initial Comment: Hello. This patch introduces a new function gaim_buddies_get_all which returns a linked-list of the buddies. It takes a boolean parameter to decide whether to include buddies from un/dis-connected accounts. A somewhat similar function gaim_get_blist does exist. But it needs to be traversed in an ugly nested loop to get a simple list. This patch removes the need for that, and thus will possibly make a few other functions (in src/gtkconv.c, src/gtkblist.c etc) simpler. It will probably be useful for plugins as well. -- Adil ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1231082&group_id=235 |