comparison src/multi.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 7024b595b6ae
children 8cf32769ba1b
comparison
equal deleted inserted replaced
8951:3e69753b555b 8952:e3f4657fa555
43 char *label; 43 char *label;
44 void (*callback)(GaimConnection *, GHashTable *); 44 void (*callback)(GaimConnection *, GHashTable *);
45 GaimConnection *gc; 45 GaimConnection *gc;
46 }; 46 };
47 47
48 struct proto_group_menu {
49 char *label;
50 void (*callback)(GaimGroup *);
51 };
52
48 struct proto_chat_entry { 53 struct proto_chat_entry {
49 char *label; 54 char *label;
50 char *identifier; 55 char *identifier;
51 char *def; 56 char *def;
52 gboolean is_int; 57 gboolean is_int;