comparison src/multi.h @ 8586:5af95c2b1179

[gaim-migrate @ 9336] Another patch from Pekka Riikonen, this one implementing a prpl-specific blist chat menu similar to the prpl-specific blist buddy menu. I also took the liberty of filling out the prpl callback structures with NULL entries for those which were short -- not that it matters, but it soothes my sense of aesthetics. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 05 Apr 2004 20:42:13 +0000
parents 9d1a984681fe
children 7024b595b6ae
comparison
equal deleted inserted replaced
8585:e4087b5c0627 8586:5af95c2b1179
37 char *label; 37 char *label;
38 void (*callback)(GaimConnection *, const char *); 38 void (*callback)(GaimConnection *, const char *);
39 GaimConnection *gc; 39 GaimConnection *gc;
40 }; 40 };
41 41
42 struct proto_chat_menu {
43 char *label;
44 void (*callback)(GaimConnection *, GHashTable *);
45 GaimConnection *gc;
46 };
47
42 struct proto_chat_entry { 48 struct proto_chat_entry {
43 char *label; 49 char *label;
44 char *identifier; 50 char *identifier;
45 char *def; 51 char *def;
46 gboolean is_int; 52 gboolean is_int;