comparison src/blist.h @ 6034:5a0060191a77

[gaim-migrate @ 6484] (16:32:42) javabsp: Who wants a patch? Fixes 744090 (16:33:15) javabsp: 0.64cvs bad confirmation removing chat room(from blist) (16:33:55) javabsp: It's showing something like "remove chat (null)" if the chat doesn't have an alias committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 05 Jul 2003 20:52:43 +0000
parents 158196b2db19
children 547ba881bc7e
comparison
equal deleted inserted replaced
6033:22923270493f 6034:5a0060191a77
289 * @return A newly allocated chat 289 * @return A newly allocated chat
290 */ 290 */
291 struct chat *gaim_chat_new(GaimAccount *account, const char *alias, GHashTable *components); 291 struct chat *gaim_chat_new(GaimAccount *account, const char *alias, GHashTable *components);
292 292
293 /** 293 /**
294 * Gets the alias of the chat, or the chat name if the alias does not exist
295 *
296 * @param chat The chat
297 * @return The display name of the chat
298 */
299 const char *gaim_chat_get_display_name(struct chat *chat);
300
301 /**
294 * Adds a new chat to the buddy list. 302 * Adds a new chat to the buddy list.
295 * 303 *
296 * The chat will be inserted right after node or appended to the end 304 * The chat will be inserted right after node or appended to the end
297 * of group if node is NULL. If both are NULL, the buddy will be added to 305 * of group if node is NULL. If both are NULL, the buddy will be added to
298 * the "Chats" group. 306 * the "Chats" group.