comparison src/blist.h @ 10433:f7f06cb69d5e

[gaim-migrate @ 11689] Working CTRL+F searching for the buddy list. Previously it only found non-idle, non-away people. Not it finds all KINDS of people, and it does a substring search, too. So if you have a buddy "giantgraypanda" you can search for "gray" and this will find them. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 27 Dec 2004 18:46:42 +0000
parents 28135f8c226d
children 1596ade00664
comparison
equal deleted inserted replaced
10432:dc4475bf718f 10433:f7f06cb69d5e
187 void (*destroy)(GaimBuddyList *list); /**< When the list gets destroyed, this gets called to destroy the UI. */ 187 void (*destroy)(GaimBuddyList *list); /**< When the list gets destroyed, this gets called to destroy the UI. */
188 void (*set_visible)(GaimBuddyList *list, 188 void (*set_visible)(GaimBuddyList *list,
189 gboolean show); /**< Hides or unhides the buddy list */ 189 gboolean show); /**< Hides or unhides the buddy list */
190 void (*request_add_buddy)(GaimAccount *account, const char *username, 190 void (*request_add_buddy)(GaimAccount *account, const char *username,
191 const char *group, const char *alias); 191 const char *group, const char *alias);
192 void (*request_add_chat)(GaimAccount *account, GaimGroup *group, 192 void (*request_add_chat)(GaimAccount *account, GaimGroup *group,
193 const char *alias, const char *name); 193 const char *alias, const char *name);
194 void (*request_add_group)(void); 194 void (*request_add_group)(void);
195 }; 195 };
196 196
197 197