diff libpurple/blist.h @ 25803:8aa7d8bcbc7d

Alias foo. I think blist.h structs are now completely hidden.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 31 Oct 2008 21:06:26 +0000
parents 178efff39041
children b48f6d0ecdf7
line wrap: on
line diff
--- a/libpurple/blist.h	Fri Oct 31 20:04:35 2008 +0000
+++ b/libpurple/blist.h	Fri Oct 31 21:06:26 2008 +0000
@@ -709,6 +709,14 @@
 const char *purple_buddy_get_alias(PurpleBuddy *buddy);
 
 /**
+ * Returns the local alias for the buddy, or @c NULL if none exists.
+ *
+ * @param buddy  The buddy
+ * @return       The local alias for the buddy
+ */
+const char *purple_buddy_get_local_buddy_alias(PurpleBuddy *buddy);
+
+/**
  * Returns the correct name to display for a blist chat.
  *
  * @param chat   The chat whose name will be returned.