comparison src/prpl.h @ 1769:68eddf56f419

[gaim-migrate @ 1779] notes on future UI stuff for PRPLs. also cleaning up rob's mess in server.c. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 28 Apr 2001 08:11:42 +0000
parents 14caa7df478c
children 896432d66303
comparison
equal deleted inserted replaced
1768:9aae465eeb6e 1769:68eddf56f419
57 GList *(* actions)(); 57 GList *(* actions)();
58 void (* do_action)(struct gaim_connection *, char *); 58 void (* do_action)(struct gaim_connection *, char *);
59 59
60 /* when UI plugins come, these will have to be reconciled by returning 60 /* when UI plugins come, these will have to be reconciled by returning
61 * structs indicating what kinds of information they want displayed. */ 61 * structs indicating what kinds of information they want displayed. */
62 /* new thought though. instead of UI plugins, just do like X-Chat does;
63 * have different src- dirs in src: src-common, src-gtk, src-cli, etc.
64 * then have a prpl-base and prpl-UI stuff. people don't need to change
65 * their UIs all that often anyway. */
62 void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *); 66 void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *);
63 void (* user_opts)(GtkWidget *, struct aim_user *); 67 void (* user_opts)(GtkWidget *, struct aim_user *);
64 void (* draw_new_user)(GtkWidget *); 68 void (* draw_new_user)(GtkWidget *);
65 void (* do_new_user)(); 69 void (* do_new_user)();
66 70