diff src/blist.h @ 8952:e3f4657fa555

[gaim-migrate @ 9724] " This patch enables plugins to have the ability to provide a list of named call-backs for a GaimGroup in the buddy list. Most of the credit for this should go to Christopher (siege) O'Brien who did the same for the buddy menu (patch 907267). See his excellent description on that patch :)" --Stu Tomlinson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 16 May 2004 17:43:00 +0000
parents 92cbf9713795
children b540c735a6ad
line wrap: on
line diff
--- a/src/blist.h	Sun May 16 15:46:46 2004 +0000
+++ b/src/blist.h	Sun May 16 17:43:00 2004 +0000
@@ -861,6 +861,12 @@
 */
 GList *gaim_buddy_get_extended_menu(GaimBuddy *b);
 
+/**
+ * Retrieves the extended menu items for a group.
+ * @param g      The group to obtain the extended menu items for
+*/
+GList *gaim_group_get_extended_menu(GaimGroup *g);
+
 
 /**************************************************************************/
 /** @name UI Registration Functions                                       */