comparison src/prpl.h @ 2170:c24595d3c364

[gaim-migrate @ 2180] buddy_menu committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Aug 2001 07:11:50 +0000
parents edf8c5a70e5b
children dca8e00d7de0
comparison
equal deleted inserted replaced
2169:b7807144bf44 2170:c24595d3c364
78 GList *(* away_states)(); 78 GList *(* away_states)();
79 GList *(* actions)(); 79 GList *(* actions)();
80 void (* do_action)(struct gaim_connection *, char *); 80 void (* do_action)(struct gaim_connection *, char *);
81 /* user_opts returns a GList* of g_malloc'd struct proto_user_opts */ 81 /* user_opts returns a GList* of g_malloc'd struct proto_user_opts */
82 GList *(* user_opts)(); 82 GList *(* user_opts)();
83 GList *(* buddy_menu)(struct gaim_connection *, char *);
83 84
84 /* when UI plugins come, these will have to be reconciled by returning 85 /* when UI plugins come, these will have to be reconciled by returning
85 * structs indicating what kinds of information they want displayed. */ 86 * structs indicating what kinds of information they want displayed. */
86 /* new thought though. instead of UI plugins, just do like X-Chat does; 87 /* new thought though. instead of UI plugins, just do like X-Chat does;
87 * have different src- dirs in src: src-common, src-gtk, src-cli, etc. 88 * have different src- dirs in src: src-common, src-gtk, src-cli, etc.
88 * then have a prpl-base and prpl-UI stuff. people don't need to change 89 * then have a prpl-base and prpl-UI stuff. people don't need to change
89 * their UIs all that often anyway. */ 90 * their UIs all that often anyway. */
90 void (* buddy_menu)(GtkWidget *, struct gaim_connection *, char *);
91 void (* draw_new_user)(GtkWidget *); 91 void (* draw_new_user)(GtkWidget *);
92 void (* do_new_user)(); 92 void (* do_new_user)();
93 void (* draw_join_chat)(struct gaim_connection *, GtkWidget *); 93 void (* draw_join_chat)(struct gaim_connection *, GtkWidget *);
94 void (* insert_convo)(struct gaim_connection *, struct conversation *); 94 void (* insert_convo)(struct gaim_connection *, struct conversation *);
95 void (* remove_convo)(struct gaim_connection *, struct conversation *); 95 void (* remove_convo)(struct gaim_connection *, struct conversation *);