diff src/blist.h @ 8710:36b043fe2740

[gaim-migrate @ 9464] Plugins can now add menu items to the buddy context menu (Christopher O'Brien). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 19 Apr 2004 04:20:24 +0000
parents fa6395637e2c
children 92cbf9713795
line wrap: on
line diff
--- a/src/blist.h	Sun Apr 18 22:40:25 2004 +0000
+++ b/src/blist.h	Mon Apr 19 04:20:24 2004 +0000
@@ -854,6 +854,14 @@
 
 /*@}*/
 
+
+/**
+ * Retrieves the extended menu items for a buddy.
+ * @param b      The buddy to obtain the extended menu items for
+*/
+GList *gaim_buddy_get_extended_menu(GaimBuddy *b);
+
+
 /**************************************************************************/
 /** @name UI Registration Functions                                       */
 /**************************************************************************/