diff src/blist.h @ 6744:a781689ca455

[gaim-migrate @ 7276] alphabetical sort now works again, status and log sorting still need plenty of work committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 04 Sep 2003 21:48:15 +0000
parents b0913ab92893
children ea289c6f2382
line wrap: on
line diff
--- 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