comparison 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
comparison
equal deleted inserted replaced
8951:3e69753b555b 8952:e3f4657fa555
859 * Retrieves the extended menu items for a buddy. 859 * Retrieves the extended menu items for a buddy.
860 * @param b The buddy to obtain the extended menu items for 860 * @param b The buddy to obtain the extended menu items for
861 */ 861 */
862 GList *gaim_buddy_get_extended_menu(GaimBuddy *b); 862 GList *gaim_buddy_get_extended_menu(GaimBuddy *b);
863 863
864 /**
865 * Retrieves the extended menu items for a group.
866 * @param g The group to obtain the extended menu items for
867 */
868 GList *gaim_group_get_extended_menu(GaimGroup *g);
869
864 870
865 /**************************************************************************/ 871 /**************************************************************************/
866 /** @name UI Registration Functions */ 872 /** @name UI Registration Functions */
867 /**************************************************************************/ 873 /**************************************************************************/
868 /*@{*/ 874 /*@{*/