Mercurial > pidgin
diff src/blist.h @ 9013:d494fd1bd90b
[gaim-migrate @ 9789]
" This patch allows plugins to extend the chat
right-click menu in a UI-neutral way, just like they
can already for the buddy and group right-click menus.
Credit again to Christopher (siege) O'Brien for the
initial implementation in the buddy menu which I
continue to copy :)" --Stu Tomlinson
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 22 May 2004 16:46:07 +0000 |
parents | b540c735a6ad |
children | 7ab20f829190 |
line wrap: on
line diff
--- a/src/blist.h Sat May 22 16:43:55 2004 +0000 +++ b/src/blist.h Sat May 22 16:46:07 2004 +0000 @@ -863,6 +863,12 @@ GList *gaim_buddy_get_extended_menu(GaimBuddy *b); /** + * Retrieves the extended menu items for a chat. + * @param c The chat to obtain the extended menu items for +*/ +GList *gaim_chat_get_extended_menu(GaimChat *c); + +/** * Retrieves the extended menu items for a group. * @param g The group to obtain the extended menu items for */