src/blist.h

changeset 6744
340fa61c8180
parent 6735
a8c70aeddbe7
child 6755
2d5c62f8809e
--- a/src/blist.h	Thu Sep 04 21:33:28 2003 +0000
+++ b/src/blist.h	Thu Sep 04 21:48:15 2003 +0000
@@ -455,6 +455,14 @@
 const char *gaim_get_buddy_alias(GaimBuddy *buddy);
 
 /**
+ * Returns the correct name to display for a blist chat.
+ *
+ * @param chat   The chat whose name will be returned.
+ * @return       The alias (if set), or first component value.
+ */
+const char *gaim_blist_chat_get_name(GaimBlistChat *chat);
+
+/**
  * Finds the buddy struct given a screenname and an account
  *
  * @param name    The buddy's screenname or NULL to search for more buddies with the same screenname

mercurial