diff 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
line wrap: on
line diff
--- a/src/blist.h	Sat Jul 05 18:55:07 2003 +0000
+++ b/src/blist.h	Sat Jul 05 20:52:43 2003 +0000
@@ -291,6 +291,14 @@
 struct chat *gaim_chat_new(GaimAccount *account, const char *alias, GHashTable *components);
 
 /**
+ * Gets the alias of the chat, or the chat name if the alias does not exist
+ *
+ * @param chat    The chat
+ * @return        The display name of the chat
+ */
+const char *gaim_chat_get_display_name(struct chat *chat);
+
+/**
  * Adds a new chat to the buddy list.
  *
  * The chat will be inserted right after node or appended to the end