comparison 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
comparison
equal deleted inserted replaced
8709:e67d9b67ee56 8710:36b043fe2740
852 */ 852 */
853 const char *gaim_buddy_get_setting(GaimBuddy *b, const char *key); 853 const char *gaim_buddy_get_setting(GaimBuddy *b, const char *key);
854 854
855 /*@}*/ 855 /*@}*/
856 856
857
858 /**
859 * Retrieves the extended menu items for a buddy.
860 * @param b The buddy to obtain the extended menu items for
861 */
862 GList *gaim_buddy_get_extended_menu(GaimBuddy *b);
863
864
857 /**************************************************************************/ 865 /**************************************************************************/
858 /** @name UI Registration Functions */ 866 /** @name UI Registration Functions */
859 /**************************************************************************/ 867 /**************************************************************************/
860 /*@{*/ 868 /*@{*/
861 869