comparison src/blist.h @ 7859:e873d0bd0e6c

[gaim-migrate @ 8513] I changed some stuff with conversation menus. Stuff is renamed, moved around, not grayed out, grayed out, visible, somewhat works for chats, etc. Ima finish this tomorrow because it's 6 o'freaking clock. It shouldn't make anything worse, and might make some things better. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Dec 2003 11:03:54 +0000
parents 5ba07997ade3
children 7b8407d8c546
comparison
equal deleted inserted replaced
7858:1ce040412bd5 7859:e873d0bd0e6c
174 void (*destroy)(GaimBuddyList *list); /**< When the list gets destroyed, this gets called to destroy the UI. */ 174 void (*destroy)(GaimBuddyList *list); /**< When the list gets destroyed, this gets called to destroy the UI. */
175 void (*set_visible)(GaimBuddyList *list, 175 void (*set_visible)(GaimBuddyList *list,
176 gboolean show); /**< Hides or unhides the buddy list */ 176 gboolean show); /**< Hides or unhides the buddy list */
177 void (*request_add_buddy)(GaimAccount *account, const char *username, 177 void (*request_add_buddy)(GaimAccount *account, const char *username,
178 const char *group, const char *alias); 178 const char *group, const char *alias);
179 void (*request_add_chat)(GaimAccount *account, GaimGroup *group); 179 void (*request_add_chat)(GaimAccount *account, GaimGroup *group,
180 const char *alias);
180 void (*request_add_group)(void); 181 void (*request_add_group)(void);
181 }; 182 };
182 183
183 #ifdef __cplusplus 184 #ifdef __cplusplus
184 extern "C" { 185 extern "C" {
692 * buddy list. 693 * buddy list.
693 * 694 *
694 * @param account The account the buddy is added to. 695 * @param account The account the buddy is added to.
695 * @param group The optional group to add the chat to. 696 * @param group The optional group to add the chat to.
696 */ 697 */
697 void gaim_blist_request_add_chat(GaimAccount *account, GaimGroup *group); 698 void gaim_blist_request_add_chat(GaimAccount *account, GaimGroup *group,
699 const char *alias);
698 700
699 /** 701 /**
700 * Requests from the user information needed to add a group to the 702 * Requests from the user information needed to add a group to the
701 * buddy list. 703 * buddy list.
702 */ 704 */